Point at 2.7

This commit is contained in:
Julian Berman 2014-04-27 15:35:58 -04:00
parent 2eadcc3516
commit b576c08e4c
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ doctest_global_setup = dedent("""
from jsonschema import *
""")
intersphinx_mapping = {"python": ("http://docs.python.org/3.2", None)}
intersphinx_mapping = {"python": ("http://docs.python.org/2.7", None)}
# -- Options for HTML output ---------------------------------------------------