]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix one more
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 25 Dec 2011 22:28:32 +0000 (17:28 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 25 Dec 2011 22:28:32 +0000 (17:28 -0500)
doc/build/core/tutorial.rst

index 27cec7f94da6c47d80b777c1bc584fe711ead8e2..0647f6c5af948fc14da46973b9ceba249d5095d1 100644 (file)
@@ -150,7 +150,9 @@ each table first before creating, so it's safe to call multiple times:
     ()
     COMMIT
 
-.. note:: Users familiar with the syntax of CREATE TABLE may notice that the
+.. note:: 
+
+    Users familiar with the syntax of CREATE TABLE may notice that the
     VARCHAR columns were generated without a length; on SQLite and Postgresql,
     this is a valid datatype, but on others, it's not allowed. So if running
     this tutorial on one of those databases, and you wish to use SQLAlchemy to