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

Commit

Permalink
Updated deprecation warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nurdok committed Jan 30, 2016
1 parent bd27ff7 commit 3b00e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pydocstyle.py
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@ def run_pydocstyle(used_pep257=False):
log.warning("Deprecation Warning:\n"
"pep257 has been renamed to pydocstyle and the use of the "
"pep257 executable is deprecated and will be removed in "
"version 2.0.0. Please use pydocstyle instead.")
"the next major version. Please use `pydocstyle` instead.")

log.debug("starting in debug mode.")

Expand Down

0 comments on commit 3b00e16

Please sign in to comment.