]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Removes an errant space character that caused a newline break in the sphinx output.
authorTaavi Burns <taavi.burns@gmail.com>
Thu, 17 Jan 2013 22:31:07 +0000 (17:31 -0500)
committerTaavi Burns <taavi.burns@gmail.com>
Thu, 17 Jan 2013 22:31:07 +0000 (17:31 -0500)
lib/sqlalchemy/dialects/sqlite/base.py

index 7558accccdd0955fd737a5646e46f39f58d10e73..f21a81d0cf0d9ec47e316464ade06ee9ae1317c0 100644 (file)
@@ -87,7 +87,7 @@ the effect of each SQL statement and flush committing changes immediately.
 For more information on SQLite's lack of concurrency by design, please
 see `Situations Where Another RDBMS May Work Better - High
 Concurrency <http://www.sqlite.org/whentouse.html>`_ near the bottom of
- the page.
+the page.
 
 .. _sqlite_foreign_keys: