diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-06-10 11:23:28 -0700 |
|---|---|---|
| committer | Jon Dufresne <jon.dufresne@gmail.com> | 2018-06-10 11:23:28 -0700 |
| commit | 3d394b1ab033ef1bd8202470ab7ff8db65cc849f (patch) | |
| tree | b3ae82cafd860c951bb78b0c873af003849deea4 /src/flake8 | |
| parent | 33e7eae53ad513952da777cabd3654219efe0eb8 (diff) | |
| download | flake8-3d394b1ab033ef1bd8202470ab7ff8db65cc849f.tar.gz | |
Update documentation links to latest Python 3 documentation
The URL https://docs.python.org/3/ is actively maintained and updated.
Diffstat (limited to 'src/flake8')
| -rw-r--r-- | src/flake8/main/vcs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flake8/main/vcs.py b/src/flake8/main/vcs.py index 207d26c..73dbaa9 100644 --- a/src/flake8/main/vcs.py +++ b/src/flake8/main/vcs.py @@ -18,7 +18,7 @@ def install(option, option_string, value, parser): """Determine which version control hook to install. For more information about the callback signature, see: - https://docs.python.org/2/library/optparse.html#optparse-option-callbacks + https://docs.python.org/3/library/optparse.html#optparse-option-callbacks """ installer = _INSTALLERS.get(value) errored = False |
