From: Mike Bayer Date: Fri, 5 Mar 2010 14:52:57 +0000 (+0000) Subject: typo X-Git-Tag: rel_0_6beta2~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a5aeb7708966dfaf7b68a155afb9ef26a0d844f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typo --- 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