From cfb037cfb1e8fe9b2976462f1c58da3c2573b4c7 Mon Sep 17 00:00:00 2001 From: Taavi Burns Date: Thu, 17 Jan 2013 17:31:07 -0500 Subject: [PATCH] Removes an errant space character that caused a newline break in the sphinx output. --- lib/sqlalchemy/dialects/sqlite/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.2