]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
some spelling fixes
authorjonathan vanasco <jonathan@2xlp.com>
Wed, 16 Dec 2015 16:12:07 +0000 (11:12 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 Dec 2015 15:36:52 +0000 (10:36 -0500)
(cherry picked from commit 738d515b95f1ff94d7dfd265883237d247d1c153)

doc/build/changelog/changelog_09.rst

index fb44c7d825138f263155cd6ed08de02af8c2c9b6..a0e9d2cf00eb199f89e03b95fb168250a2037d47 100644 (file)
         with pytest.
 
         The test plugin system has also been enhanced to support running
-        tests against mutiple database URLs at once, by specifying the ``--db``
+        tests against multiple database URLs at once, by specifying the ``--db``
         and/or ``--dburi`` flags multiple times.  This does not run the entire test
         suite for each database, but instead allows test cases that are specific
         to certain backends make use of that backend as the test is run.