Fixed a broken url link.

This commit is contained in:
Andrew Hamilton 2018-05-31 14:44:47 +10:00
parent 402cdf3994
commit a320992b87
2 changed files with 2 additions and 2 deletions

View file

@ -384,7 +384,7 @@ def pycodestyle(path):
@deps(deps={"python-pydocstyle", "python3-pydocstyle"},
url="python-pydocstyle")
url="python3-pydocstyle")
def pydocstyle(path):
return _run_command([_python_version(path), "-m", "pydocstyle", path])