summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2013-04-09 23:05:08 -0400
committerJulian Berman <Julian@GrayVines.com>2013-04-09 23:05:08 -0400
commit9613b9d8a8ff515ee0c2509aa11d81879d915fff (patch)
tree5cc4f2815b2711a7720354677103fd3e8bafe635 /docs/conf.py
parent5dbba32f62842917e439b58f1ec7d3366be799d9 (diff)
downloadjsonschema-9613b9d8a8ff515ee0c2509aa11d81879d915fff.tar.gz
Whoops, syntax error.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 1148f82..b0ca102 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -74,7 +74,7 @@ doctest_global_setup = dedent("""
from jsonschema import *
""")
-i}ntersphinx_mapping = {"python": ("http://docs.python.org/3.2", None)}
+intersphinx_mapping = {"python": ("http://docs.python.org/3.2", None)}
# -- Options for HTML output ---------------------------------------------------