summaryrefslogtreecommitdiff
path: root/tests/functional/r/redefined/redefined_except_handler.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/r/redefined/redefined_except_handler.py')
-rw-r--r--tests/functional/r/redefined/redefined_except_handler.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/r/redefined/redefined_except_handler.py b/tests/functional/r/redefined/redefined_except_handler.py
index 47591034a..b774e32f2 100644
--- a/tests/functional/r/redefined/redefined_except_handler.py
+++ b/tests/functional/r/redefined/redefined_except_handler.py
@@ -1,6 +1,6 @@
"""Tests for except handlers that shadow outer except handlers or exceptions.
-See: https://github.com/PyCQA/pylint/issues/5370
+See: https://github.com/pylint-dev/pylint/issues/5370
"""
try:
@@ -60,7 +60,7 @@ except ImportError as err:
class CustomException(Exception):
- """https://github.com/PyCQA/pylint/issues/4434"""
+ """https://github.com/pylint-dev/pylint/issues/4434"""
def func():