Browse Source

Apostrophe fix

mikemccabe 10 years ago
parent
commit
a32debac00
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/getting-started/brokers/sqlalchemy.rst

+ 2 - 2
docs/getting-started/brokers/sqlalchemy.rst

@@ -32,7 +32,7 @@ an SQLAlchemy database URI.
 
 Please see `SQLAlchemy: Supported Databases`_ for a table of supported databases.
 
-Here's a list of examples using a selection of other `SQLAlchemy Connection String`_'s:
+Here's a list of examples using a selection of other `SQLAlchemy Connection Strings`_:
 
 .. code-block:: python
 
@@ -51,7 +51,7 @@ Here's a list of examples using a selection of other `SQLAlchemy Connection Stri
 .. _`SQLAlchemy: Supported Databases`:
     http://www.sqlalchemy.org/docs/core/engines.html#supported-databases
 
-.. _`SQLAlchemy Connection String`:
+.. _`SQLAlchemy Connection Strings`:
     http://www.sqlalchemy.org/docs/core/engines.html#database-urls
 
 .. _sqlalchemy-results-configuration: