summaryrefslogtreecommitdiff
path: root/astroid/astroid_manager.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-01-09 13:05:51 +0100
committerGitHub <noreply@github.com>2023-01-09 12:05:51 +0000
commite355324cefe0fa4ae7f4cd6c240fabf0bef94c1c (patch)
tree73f70e1624d052139f644a13ed87436bafa1573a /astroid/astroid_manager.py
parente259af237ed140e7c15ad61483e92302b3e8ce14 (diff)
downloadastroid-git-e355324cefe0fa4ae7f4cd6c240fabf0bef94c1c.tar.gz
Some modifications for pep237 with pydocstringformatter (#1792)
Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
Diffstat (limited to 'astroid/astroid_manager.py')
-rw-r--r--astroid/astroid_manager.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/astroid/astroid_manager.py b/astroid/astroid_manager.py
index da51de70..efc571a2 100644
--- a/astroid/astroid_manager.py
+++ b/astroid/astroid_manager.py
@@ -1,5 +1,7 @@
"""
-This file contain the global astroid MANAGER, to prevent circular import that happened
+This file contain the global astroid MANAGER.
+
+It prevents a circular import that happened
when the only possibility to import it was from astroid.__init__.py.
This AstroidManager is a singleton/borg so it's possible to instantiate an