Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 427d3e4

Browse files
committed
Merge remote-tracking branch 'refs/remotes/PyCQA/master' into numpy-conventions
2 parents 5c3b501 + 2e1ec82 commit 427d3e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pydocstyle.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,7 @@ def filter(self, record):
13241324
log.addHandler(stderr_handler)
13251325

13261326

1327-
def run_pydocstyle(used_pep257=False):
1327+
def run_pydocstyle(use_pep257=False):
13281328
log.setLevel(logging.DEBUG)
13291329
conf = ConfigurationParser()
13301330
setup_stream_handlers(conf.get_default_run_configuration())
@@ -1339,7 +1339,7 @@ def run_pydocstyle(used_pep257=False):
13391339
# Reset the logger according to the command line arguments
13401340
setup_stream_handlers(run_conf)
13411341

1342-
if used_pep257:
1342+
if use_pep257:
13431343
log.warning("Deprecation Warning:\n"
13441344
"pep257 has been renamed to pydocstyle and the use of the "
13451345
"pep257 executable is deprecated and will be removed in "

0 commit comments

Comments
 (0)