diff --git a/docs/scenarios/db.rst b/docs/scenarios/db.rst index b17a153..4f03058 100644 --- a/docs/scenarios/db.rst +++ b/docs/scenarios/db.rst @@ -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 `_ and -`here `_. +`here `__ and +`here `__. SQLAlchemy ----------