Skip to content

Commit 3fc2625

Browse files
Fix a typo in pylint/typing.py
1 parent b9fe597 commit 3fc2625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/typing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class MessageLocationTuple(NamedTuple):
5757

5858

5959
class ManagedMessage(NamedTuple):
60-
"""Tuple with information ahout a managed message of the linter"""
60+
"""Tuple with information about a managed message of the linter"""
6161

6262
name: Optional[str]
6363
msgid: str

0 commit comments

Comments
 (0)