summaryrefslogtreecommitdiff
path: root/tests/functional/n/nonlocal_without_binding.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/n/nonlocal_without_binding.py')
-rw-r--r--tests/functional/n/nonlocal_without_binding.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/n/nonlocal_without_binding.py b/tests/functional/n/nonlocal_without_binding.py
index c05a012b1..277c7f7eb 100644
--- a/tests/functional/n/nonlocal_without_binding.py
+++ b/tests/functional/n/nonlocal_without_binding.py
@@ -30,7 +30,7 @@ def func():
# Case where `nonlocal-without-binding` was not emitted when
# the nonlocal name was assigned later in the same scope.
- # https://github.com/PyCQA/pylint/issues/6883
+ # https://github.com/pylint-dev/pylint/issues/6883
def other_func2():
nonlocal c # [nonlocal-without-binding]
c = 1