Skip to content

Commit

Permalink
Clarify documentation typing extension
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored and Pierre-Sassoulas committed Jun 10, 2021
1 parent 2a186f4 commit 9767d14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ modules are added.

* New checker ``await-outside-async``. Emitted when await is used outside an async function.

* Clarify documentation for ``typing`` extension.

Closes #4545


What's New in Pylint 2.8.3?
===========================
Expand Down
8 changes: 4 additions & 4 deletions pylint/extensions/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ class TypingChecker(BaseChecker):
"type": "yn",
"metavar": "<y_or_n>",
"help": (
"Set to ``no`` if the app / libary does NOT need to "
"support runtime introspection of type "
"annotations. Only applies to Python version "
"3.7 - 3.9"
"Set to ``no`` if the app / library does NOT need to "
"support runtime introspection of type annotations. "
"Only change it if you understand what that means. "
"Applies to Python version 3.7 - 3.9"
),
},
),
Expand Down

0 comments on commit 9767d14

Please sign in to comment.