diff options
| author | Taavi Burns <taavi.burns@gmail.com> | 2013-01-17 17:31:07 -0500 |
|---|---|---|
| committer | Taavi Burns <taavi.burns@gmail.com> | 2013-01-17 17:31:07 -0500 |
| commit | cfb037cfb1e8fe9b2976462f1c58da3c2573b4c7 (patch) | |
| tree | 51994946e2180bca7d157e61d94c28c75d51696f /lib/sqlalchemy/dialects/sqlite/base.py | |
| parent | 6e8395c84218941c27f458a62a2120a407619dfa (diff) | |
| download | sqlalchemy-cfb037cfb1e8fe9b2976462f1c58da3c2573b4c7.tar.gz | |
Removes an errant space character that caused a newline break in the sphinx output.
Diffstat (limited to 'lib/sqlalchemy/dialects/sqlite/base.py')
| -rw-r--r-- | lib/sqlalchemy/dialects/sqlite/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/dialects/sqlite/base.py b/lib/sqlalchemy/dialects/sqlite/base.py index 7558acccc..f21a81d0c 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 <http://www.sqlite.org/whentouse.html>`_ near the bottom of - the page. +the page. .. _sqlite_foreign_keys: |
