SqlAlchemy -> SQLAlchemy in README.md

* SqlAlchemy -> SQLAlchemy in README.md

Source: http://www.sqlalchemy.org/

* SqlAlchemy -> SQLAlchemy in tutorial.rst
This commit is contained in:
Aaron Critchley
2016-04-07 01:54:41 +01:00
committed by Maxime Beauchemin
parent 92d588694b
commit 7867267608
2 changed files with 9 additions and 8 deletions

View File

@@ -14,11 +14,11 @@ Now click on the ``+`` button to add a new entry
.. image:: _static/img/tutorial/db_plus.png
:scale: 30 %
Fill in an arbitrary reference name for the database, and you SqlAlchemy
Fill in an arbitrary reference name for the database, and you SQLAlchemy
URI. To figure out how to construct your URI, check out the
`SqlAlchemy documentation <http://docs.sqlalchemy.org/en/rel_1_0/core/engines.html>`_.
`SQLAlchemy documentation <http://docs.sqlalchemy.org/en/rel_1_0/core/engines.html>`_.
Then you can test your connection. If it works, you'll see a positive popup
and list of the tables that SqlAlchemy has found for that URI.
and list of the tables that SQLAlchemy has found for that URI.
.. image:: _static/img/tutorial/db_added.png
:scale: 30 %