summaryrefslogtreecommitdiff
path: root/pylint/typing.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-12-22 18:26:44 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-01-02 00:08:42 +0100
commit7d03942444d2226720126c2847a4414e11382c8a (patch)
tree8764b34abe3f1cf93fea987b728a305fb2e09c5b /pylint/typing.py
parentef56e761a4b66fcf8f94373d6dae0f49896169a4 (diff)
downloadpylint-git-7d03942444d2226720126c2847a4414e11382c8a.tar.gz
Fix a typo in pylint/typing.py
Diffstat (limited to 'pylint/typing.py')
-rw-r--r--pylint/typing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/typing.py b/pylint/typing.py
index 5f1524180..402a6f716 100644
--- a/pylint/typing.py
+++ b/pylint/typing.py
@@ -57,7 +57,7 @@ class MessageLocationTuple(NamedTuple):
class ManagedMessage(NamedTuple):
- """Tuple with information ahout a managed message of the linter"""
+ """Tuple with information about a managed message of the linter"""
name: Optional[str]
msgid: str