diff options
Diffstat (limited to 'pylint/utils/docs.py')
-rw-r--r-- | pylint/utils/docs.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pylint/utils/docs.py b/pylint/utils/docs.py index 22412b803..b6fb877f0 100644 --- a/pylint/utils/docs.py +++ b/pylint/utils/docs.py @@ -1,6 +1,7 @@ # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html # For details: https://github.com/PyCQA/pylint/blob/main/LICENSE -# Copyright (c) https://github.com/PyCQA/pylint/graphs/contributors +# Copyright (c) https://github.com/PyCQA/pylint/blob/main/CONTRIBUTORS.txt + """Various helper functions to create the docs of a linter object.""" import sys |