We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a254e8 commit 69a715dCopy full SHA for 69a715d
pyflakes/checker.py
@@ -92,8 +92,8 @@ class Binding(object):
92
which names have not. See L{Assignment} for a special type of binding that
93
is checked with stricter rules.
94
95
- @ivar used: pair of (L{Scope}, line-number) indicating the scope and
96
- line number that this binding was last used
+ @ivar used: pair of (L{Scope}, node) indicating the scope and
+ the node that this binding was last used.
97
"""
98
99
def __init__(self, name, source):
0 commit comments