summaryrefslogtreecommitdiff
path: root/tests/functional/c/cached_property.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/c/cached_property.py')
-rw-r--r--tests/functional/c/cached_property.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/c/cached_property.py b/tests/functional/c/cached_property.py
index 0b75f246b..85d271ab5 100644
--- a/tests/functional/c/cached_property.py
+++ b/tests/functional/c/cached_property.py
@@ -2,7 +2,7 @@
from functools import cached_property
-# https://github.com/PyCQA/pylint/issues/4023
+# https://github.com/pylint-dev/pylint/issues/4023
# False-positive 'invalid-overridden-method' with 'cached_property'
class Parent:
@property