Correct minor syntax error in docs/conf.py.

This commit is contained in:
Harlan Lieberman-Berg 2015-10-21 19:36:07 -04:00 committed by Peter Eckersley
parent a1847362d5
commit 1964bdeb78

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),
}