diff options
Diffstat (limited to 'tests/extensions/test_docstyle.py')
-rw-r--r-- | tests/extensions/test_docstyle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/extensions/test_docstyle.py b/tests/extensions/test_docstyle.py index 336cd314f..e8d8e3e43 100644 --- a/tests/extensions/test_docstyle.py +++ b/tests/extensions/test_docstyle.py @@ -6,7 +6,7 @@ # Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com> # 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 """Tests for the pylint checker in :mod:`pylint.extensions.check_docstring """ |