Merge pull request #207 from andrewmacgregor/master

Fixes for warnings in docs
This commit is contained in:
Kenneth Reitz
2012-11-15 17:22:15 -08:00
6 changed files with 18 additions and 16 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ Nearly all Python database modules such as `sqlite3`, `psycopg` and
`mysql-python` conform to this interface.
Tutorials that explain how to work with modules that conform to this interface can be found
`here <http://halfcooked.com/presentations/osdc2006/python_databases.html>`_ and
`here <http://www.amk.ca/python/writing/DB-API.html>`_.
`here <http://halfcooked.com/presentations/osdc2006/python_databases.html>`__ and
`here <http://www.amk.ca/python/writing/DB-API.html>`__.
SQLAlchemy
----------