Skip to content

Commit d8bc875

Browse files
using anonymous hyperlinks to avoid duplicate explicit name warnings
see: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#anonymous-hyperlinks
1 parent f1651e1 commit d8bc875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/scenarios/db.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Nearly all Python database modules such as `sqlite3`, `psycopg` and
1010
`mysql-python` conform to this interface.
1111

1212
Tutorials that explain how to work with modules that conform to this interface can be found
13-
`here <http://halfcooked.com/presentations/osdc2006/python_databases.html>`_ and
14-
`here <http://www.amk.ca/python/writing/DB-API.html>`_.
13+
`here <http://halfcooked.com/presentations/osdc2006/python_databases.html>`__ and
14+
`here <http://www.amk.ca/python/writing/DB-API.html>`__.
1515

1616
SQLAlchemy
1717
----------

0 commit comments

Comments
 (0)