Skip to content

Commit

Permalink
Fix typo (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilevkivskyi authored Mar 14, 2024
1 parent 8803fad commit 5b2fdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com2ann.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5b2fdd4

Please sign in to comment.