summaryrefslogtreecommitdiff
path: root/tests/functional/t/typedDict.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/t/typedDict.py')
-rw-r--r--tests/functional/t/typedDict.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/t/typedDict.py b/tests/functional/t/typedDict.py
index 3ce96b256..31cad0b28 100644
--- a/tests/functional/t/typedDict.py
+++ b/tests/functional/t/typedDict.py
@@ -25,7 +25,7 @@ my_dict["var"]
my_dict["var"] = 2
-# https://github.com/PyCQA/pylint/issues/4715
+# https://github.com/pylint-dev/pylint/issues/4715
# Instance of TypedDict should be callable
Link = TypedDict("Link", {"href": str})
Link(href="foo")