From 39ca6c60bc49dd1af6cf6316fc3fe03783e24131 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Thu, 16 Dec 2021 23:59:31 +0100 Subject: Style following review: better docstring --- pylint/checkers/classes/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.1