summaryrefslogtreecommitdiff
path: root/pylint/checkers/unsupported_version.py
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-04-28 23:22:09 +0200
committerGitHub <noreply@github.com>2022-04-28 23:22:09 +0200
commitf7316cac552e5c98e931b44597358dc41256bc1e (patch)
treec3ed2d57d735187a8f83ead68766c6edb2ee6af3 /pylint/checkers/unsupported_version.py
parent7dd8d5158ef4dc7cc2dc732c60b8760894cbb47e (diff)
downloadpylint-git-f7316cac552e5c98e931b44597358dc41256bc1e.tar.gz
Run development version of ``pydocstringformatter`` (#6469)
Diffstat (limited to 'pylint/checkers/unsupported_version.py')
-rw-r--r--pylint/checkers/unsupported_version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/checkers/unsupported_version.py b/pylint/checkers/unsupported_version.py
index f26b10e1e..0c4a7c5bb 100644
--- a/pylint/checkers/unsupported_version.py
+++ b/pylint/checkers/unsupported_version.py
@@ -63,7 +63,7 @@ class UnsupportedVersionChecker(BaseChecker):
def _check_typing_final(self, node: nodes.Decorators) -> None:
"""Add a message when the `typing.final` decorator is used and the
- py-version is lower than 3.8
+ py-version is lower than 3.8.
"""
if self._py38_plus:
return