summaryrefslogtreecommitdiff
path: root/pyflakes/checker.py
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2016-09-02 10:51:38 +0300
committerJohn Vandenberg <jayvdb@gmail.com>2016-09-02 14:51:38 +0700
commit2f50952805a04fe73315922ae10f0d38e3c3d5dc (patch)
tree4d7f9a033f51abe03bf5453072e89a29702a287c /pyflakes/checker.py
parent8447662086b8d3a02871e42feee5b9439c5c7d0a (diff)
downloadpyflakes-2f50952805a04fe73315922ae10f0d38e3c3d5dc.tar.gz
Point URLs to PyCQA (#79)
Diffstat (limited to 'pyflakes/checker.py')
-rw-r--r--pyflakes/checker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyflakes/checker.py b/pyflakes/checker.py
index 1902f13..f08ba3f 100644
--- a/pyflakes/checker.py
+++ b/pyflakes/checker.py
@@ -1321,7 +1321,7 @@ class Checker(object):
self.handleNodeStore(node)
self.handleChildren(node)
if not is_name_previously_defined:
- # See discussion on https://github.com/pyflakes/pyflakes/pull/59.
+ # See discussion on https://github.com/PyCQA/pyflakes/pull/59
# We're removing the local name since it's being unbound
# after leaving the except: block and it's always unbound