summaryrefslogtreecommitdiff
path: root/tests/functional/u/unused/unused_argument.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/u/unused/unused_argument.py')
-rw-r--r--tests/functional/u/unused/unused_argument.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/u/unused/unused_argument.py b/tests/functional/u/unused/unused_argument.py
index 69c37feef..1d072f21b 100644
--- a/tests/functional/u/unused/unused_argument.py
+++ b/tests/functional/u/unused/unused_argument.py
@@ -94,7 +94,7 @@ class BBBB:
self.spam = 1
-# Regression test for https://github.com/PyCQA/pylint/issues/5771
+# Regression test for https://github.com/pylint-dev/pylint/issues/5771
# involving keyword-only arguments
class Ancestor:
def __init__(self):