summaryrefslogtreecommitdiff
path: root/astroid/__init__.py
diff options
context:
space:
mode:
authorDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2023-01-09 10:52:53 +0100
committerDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2023-01-09 12:08:26 +0100
commitb717e99964bf9e601b0acb939865990e64da19ee (patch)
tree16d7091de602b2ffc21bb15af7f1aaf1c7af1f8f /astroid/__init__.py
parent4dba2dbd3ea020c9b6c7f748d5363386a20bf32a (diff)
downloadastroid-git-b717e99964bf9e601b0acb939865990e64da19ee.tar.gz
Initial pass with ``pydocstringformatter``
Diffstat (limited to 'astroid/__init__.py')
-rw-r--r--astroid/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/__init__.py b/astroid/__init__.py
index 41b8fffd..605a8b48 100644
--- a/astroid/__init__.py
+++ b/astroid/__init__.py
@@ -2,7 +2,7 @@
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE
# Copyright (c) https://github.com/PyCQA/astroid/blob/main/CONTRIBUTORS.txt
-"""Python Abstract Syntax Tree New Generation
+"""Python Abstract Syntax Tree New Generation.
The aim of this module is to provide a common base representation of
python source code for projects such as pychecker, pyreverse,