summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-12-22 18:26:44 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-12-31 15:26:02 +0100
commit956af8ab7c3157cc26ab2ed05f9c1b604781d4b8 (patch)
tree136825365e8f6b34590756244aee880d186223c1
parentdb0060a03a6b14f7ca7eb77ce028c6a660766866 (diff)
downloadpylint-git-956af8ab7c3157cc26ab2ed05f9c1b604781d4b8.tar.gz
Fix a typo in 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