]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
typos 5116/head
authorFederico Caselli <cfederico87@gmail.com>
Fri, 24 Jan 2020 18:24:27 +0000 (19:24 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Fri, 24 Jan 2020 18:24:27 +0000 (19:24 +0100)
README.unittests.rst

index d108a4839d213000ab0748e3c6f919c84c021fa0..b8fbd5fd6a0ee9f6e13a9c42a66bb8a864a2983d 100644 (file)
@@ -141,7 +141,7 @@ The above paragraph changes somewhat when the multiprocessing option
 is used, in that separate databases will be created instead, however
 in the case of Postgresql, the starting database is used as a template,
 so the starting database must still be empty.  See below for example
-configuration using docker.
+configurations using docker.
 
 The test runner will by default create and drop tables within the default
 database that's in the database URL, *unless* the multiprocessing option is in
@@ -285,7 +285,7 @@ intended for production use!
 
 NOTE: with this configuration the url to use is not the default one configured
 in setup, but ``mssql+pymssql://scott:tiger^5HHH@127.0.0.1:1433/test``.  It can
-be used with py.test by using ``--db docker_mssql``
+be used with py.test by using ``--db docker_mssql``.
 
 CONFIGURING LOGGING
 -------------------