Skip to content

Commit

Permalink
Merge branch 'docs-py3' into 'master'
Browse files Browse the repository at this point in the history
Update documentation links to latest Python 3 documentation

See merge request pycqa/flake8!242
  • Loading branch information
sigmavirus24 committed Jun 29, 2018
2 parents 79a7463 + 3d394b1 commit 4465787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,4 +297,4 @@


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None)}
intersphinx_mapping = {'python': ('https://docs.python.org/3/', None)}
2 changes: 1 addition & 1 deletion src/flake8/main/vcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4465787

Please sign in to comment.