summaryrefslogtreecommitdiff
path: root/pylint/checkers/unsupported_version.py
diff options
context:
space:
mode:
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