Skip to content

Commit

Permalink
Removed non-alphanumeric character in intersphinx_mapping identifier …
Browse files Browse the repository at this point in the history
…in docs/conf.py.
  • Loading branch information
jfinkels committed Apr 2, 2012
1 parent 8c2a853 commit 970664a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -257,7 +257,7 @@
intersphinx_mapping = {'python': ('http://docs.python.org/', None),
'flask': ('http://flask.pocoo.org/docs', None),
'sqlalchemy': ('http://sqlalchemy.org/docs', None),
'flask-sqlalchemy':
'flasksqlalchemy':
('http://packages.python.org/Flask-SQLAlchemy',
None)}

Expand Down

0 comments on commit 970664a

Please sign in to comment.