From 5b2fdd402a2c77ecfbadf0b60740efb1d0e725eb Mon Sep 17 00:00:00 2001 From: Ivan Levkivskyi Date: Thu, 14 Mar 2024 00:13:41 +0000 Subject: [PATCH] Fix typo (#61) --- src/com2ann.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com2ann.py b/src/com2ann.py index 28f9572..2ffdb1d 100644 --- a/src/com2ann.py +++ b/src/com2ann.py @@ -310,7 +310,7 @@ def process_function_comment(self, fdef: Function, self.found_unsupported.append(fdef.lineno) return None - # The list of arguments we need to annnotate. + # The list of arguments we need to annotate. if len(f_args) == tot_args - 1: iter_args = fdef.args.args[1:] else: