diff options
Diffstat (limited to 'pylint/pyreverse/main.py')
-rw-r--r-- | pylint/pyreverse/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/pyreverse/main.py b/pylint/pyreverse/main.py index c7679cfee..b888725ea 100644 --- a/pylint/pyreverse/main.py +++ b/pylint/pyreverse/main.py @@ -12,7 +12,7 @@ # Copyright (c) 2021 Mark Byrne <31762852+mbyrnepr2@users.noreply.github.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 """ %prog [options] <packages> |