summaryrefslogtreecommitdiff
path: root/astroid/exceptions.py
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-07-01 12:47:47 +0200
committerGitHub <noreply@github.com>2021-07-01 12:47:47 +0200
commitf2d0f4213f6f527a0d2309164ed43778f1e06184 (patch)
tree05ccb95f45efdb6b9db91b5c6024522e83e615b7 /astroid/exceptions.py
parentd3e71d04566f74ad04bf1ac8e48c53f1f908fea2 (diff)
downloadastroid-git-f2d0f4213f6f527a0d2309164ed43778f1e06184.tar.gz
Fix copyright links (#1084)
* Fix link in license header * Fix link to cpython
Diffstat (limited to 'astroid/exceptions.py')
-rw-r--r--astroid/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/exceptions.py b/astroid/exceptions.py
index 7f61aba7..bd8a35f5 100644
--- a/astroid/exceptions.py
+++ b/astroid/exceptions.py
@@ -9,7 +9,7 @@
# Copyright (c) 2021 Andrew Haigh <hello@nelf.in>
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
-# For details: https://github.com/PyCQA/astroid/blob/master/LICENSE
+# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE
"""this module contains exceptions used in the astroid library
"""