From: jonathan vanasco Date: Wed, 16 Dec 2015 16:12:07 +0000 (-0500) Subject: some spelling fixes X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ec09a293a46c3d5ff7153f601cc1d5650fae78b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git some spelling fixes (cherry picked from commit 738d515b95f1ff94d7dfd265883237d247d1c153) --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index fb44c7d825..a0e9d2cf00 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -1633,7 +1633,7 @@ 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.