From 6a5aeb7708966dfaf7b68a155afb9ef26a0d844f Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 5 Mar 2010 14:52:57 +0000 Subject: [PATCH] typo --- 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 e987439c59..5bcf901519 100644 --- a/lib/sqlalchemy/dialects/sqlite/base.py +++ b/lib/sqlalchemy/dialects/sqlite/base.py @@ -20,7 +20,7 @@ These types represent dates and times as ISO formatted strings, which also nicel support ordering. There's no reliance on typical "libc" internals for these functions so historical dates are fully supported. -Auto Incrementing Beahvior +Auto Incrementing Behavior -------------------------- Background on SQLite's autoincrement is at: http://sqlite.org/autoinc.html -- 2.47.3