summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-12-16 23:59:31 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-12-16 23:59:31 +0100
commit39ca6c60bc49dd1af6cf6316fc3fe03783e24131 (patch)
tree60aa4689a979124cb8f4235ed578edbe8dc40134
parent33cda33e059ac1e27a6782cc7b05359bb90b2a00 (diff)
downloadpylint-git-39ca6c60bc49dd1af6cf6316fc3fe03783e24131.tar.gz
Style following review: better docstring
-rw-r--r--pylint/checkers/classes/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pylint/checkers/classes/__init__.py b/pylint/checkers/classes/__init__.py
index da9bf074f..52601bc42 100644
--- a/pylint/checkers/classes/__init__.py
+++ b/pylint/checkers/classes/__init__.py
@@ -49,8 +49,7 @@
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
-"""classes checker for Python code
-"""
+"""Classes checker for Python code"""
import collections
from itertools import chain, zip_longest
from typing import List, Pattern