diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2016-09-02 10:51:38 +0300 |
|---|---|---|
| committer | John Vandenberg <jayvdb@gmail.com> | 2016-09-02 14:51:38 +0700 |
| commit | 2f50952805a04fe73315922ae10f0d38e3c3d5dc (patch) | |
| tree | 4d7f9a033f51abe03bf5453072e89a29702a287c /pyflakes/checker.py | |
| parent | 8447662086b8d3a02871e42feee5b9439c5c7d0a (diff) | |
| download | pyflakes-2f50952805a04fe73315922ae10f0d38e3c3d5dc.tar.gz | |
Point URLs to PyCQA (#79)
Diffstat (limited to 'pyflakes/checker.py')
| -rw-r--r-- | pyflakes/checker.py | 2 |
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 |
