Correct minor syntax error in docs/conf.py.

This commit is contained in:
Harlan Lieberman-Berg
2015-10-21 17:06:36 -07:00
committed by Peter Eckersley
parent a1847362d5
commit 1964bdeb78
+1 -1
View File
@@ -314,6 +314,6 @@ texinfo_documents = [
intersphinx_mapping = {
'python': ('https://docs.python.org/': None),
'python': ('https://docs.python.org/', None),
'acme': ('https://acme-python.readthedocs.org', None),
}