summaryrefslogtreecommitdiff
path: root/tests/functional/t/trailing_whitespaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/t/trailing_whitespaces.py')
-rw-r--r--tests/functional/t/trailing_whitespaces.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/t/trailing_whitespaces.py b/tests/functional/t/trailing_whitespaces.py
index c88b7ea62..9866398ee 100644
--- a/tests/functional/t/trailing_whitespaces.py
+++ b/tests/functional/t/trailing_whitespaces.py
@@ -9,7 +9,7 @@ print('windows line ends are ok')
# +1: [trailing-whitespace]
print('but trailing whitespace on win is not')
-# Regression test for https://github.com/PyCQA/pylint/issues/6936
+# Regression test for https://github.com/pylint-dev/pylint/issues/6936
# +2: [trailing-whitespace]
""" This module has the Board class.
"""
@@ -19,7 +19,7 @@ print('but trailing whitespace on win is not')
It's a very nice Board.
"""
-# Regression test for https://github.com/PyCQA/pylint/issues/3822
+# Regression test for https://github.com/pylint-dev/pylint/issues/3822
def example(*args):
"""Example function."""
print(*args)