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

Commit 3b00e16

Browse files
committed
Updated deprecation warning.
1 parent bd27ff7 commit 3b00e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pydocstyle.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ def run_pydocstyle(used_pep257=False):
13081308
log.warning("Deprecation Warning:\n"
13091309
"pep257 has been renamed to pydocstyle and the use of the "
13101310
"pep257 executable is deprecated and will be removed in "
1311-
"version 2.0.0. Please use pydocstyle instead.")
1311+
"the next major version. Please use `pydocstyle` instead.")
13121312

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

0 commit comments

Comments
 (0)