Skip to content

Commit effd0fc

Browse files
authored
D401 First line should be in imperative mood
1 parent 4ea3124 commit effd0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake8_rst_docstrings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def add_options(cls, parser):
166166

167167
@classmethod
168168
def parse_options(cls, options):
169-
"""Adding black-config option."""
169+
"""Parse options and add black-config option."""
170170
cls.extra_directives = options.rst_directives
171171
cls.extra_roles = options.rst_roles
172172
cls.extra_substitutions = options.rst_substitutions

0 commit comments

Comments
 (0)