summaryrefslogtreecommitdiff
path: root/tests/extensions/test_check_return_docs.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extensions/test_check_return_docs.py')
-rw-r--r--tests/extensions/test_check_return_docs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/extensions/test_check_return_docs.py b/tests/extensions/test_check_return_docs.py
index de28eaa52..20494c972 100644
--- a/tests/extensions/test_check_return_docs.py
+++ b/tests/extensions/test_check_return_docs.py
@@ -11,7 +11,7 @@
# Copyright (c) 2020 Anthony Sottile <asottile@umich.edu>
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
-# For details: https://github.com/PyCQA/pylint/blob/master/COPYING
+# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE
"""Unit tests for the return documentation checking in the
`DocstringChecker` in :mod:`pylint.extensions.check_docs`