Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysepler committed Dec 25, 2021
1 parent 08b968d commit 988943b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyflakes/checker.py
Expand Up @@ -2193,7 +2193,7 @@ def checkUnusedAssignments():

def checkUnusedAnnotations():
"""
Check to see if any assignments have not been used.
Check to see if any annotations have not been used.
"""
for name, binding in self.scope.unusedAnnotations():
self.report(messages.UnusedAnnotation, binding.source, name)
Expand Down

0 comments on commit 988943b

Please sign in to comment.