summaryrefslogtreecommitdiff
path: root/doc/exts
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-05-23 15:34:47 +0200
committerGitHub <noreply@github.com>2022-05-23 15:34:47 +0200
commitd7bca10bd4e5d1fde7a37275517e5183eaf999e7 (patch)
treec127511269371b02be3cc8fc8148df3912c8c64c /doc/exts
parentd87abce393462f13bedb73030701dabe9760dd1e (diff)
downloadpylint-git-d7bca10bd4e5d1fde7a37275517e5183eaf999e7.tar.gz
Update ``pydocstringformatter`` to ``0.6.0`` (#6671)
Diffstat (limited to 'doc/exts')
-rw-r--r--doc/exts/pylint_messages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/exts/pylint_messages.py b/doc/exts/pylint_messages.py
index db154a296..77dd2fa12 100644
--- a/doc/exts/pylint_messages.py
+++ b/doc/exts/pylint_messages.py
@@ -48,7 +48,7 @@ class MessageData(NamedTuple):
MessagesDict = Dict[str, List[MessageData]]
OldMessagesDict = Dict[str, DefaultDict[Tuple[str, str], List[Tuple[str, str]]]]
"""DefaultDict is indexed by tuples of (old name symbol, old name id) and values are
-tuples of (new name symbol, new name category)
+tuples of (new name symbol, new name category).
"""