From: Taavi Burns Date: Thu, 17 Jan 2013 22:31:07 +0000 (-0500) Subject: Removes an errant space character that caused a newline break in the sphinx output. X-Git-Tag: rel_0_8_0~30^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfb037cfb1e8fe9b2976462f1c58da3c2573b4c7;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Removes an errant space character that caused a newline break in the sphinx output. --- diff --git a/lib/sqlalchemy/dialects/sqlite/base.py b/lib/sqlalchemy/dialects/sqlite/base.py index 7558accccd..f21a81d0cf 100644 --- a/lib/sqlalchemy/dialects/sqlite/base.py +++ b/lib/sqlalchemy/dialects/sqlite/base.py @@ -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 `_ near the bottom of - the page. +the page. .. _sqlite_foreign_keys: