diff options
Diffstat (limited to 'tests/extensions/test_check_docs_utils.py')
-rw-r--r-- | tests/extensions/test_check_docs_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/extensions/test_check_docs_utils.py b/tests/extensions/test_check_docs_utils.py index 49a2eacc9..bb4203802 100644 --- a/tests/extensions/test_check_docs_utils.py +++ b/tests/extensions/test_check_docs_utils.py @@ -8,7 +8,7 @@ # Copyright (c) 2020 Damien Baty <damien.baty@polyconseil.fr> # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html -# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE +# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE """Unit tests for the pylint checkers in :mod:`pylint.extensions.check_docs`, in particular the parameter documentation checker `DocstringChecker` |