]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
typo
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Mar 2010 14:52:57 +0000 (14:52 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Mar 2010 14:52:57 +0000 (14:52 +0000)
lib/sqlalchemy/dialects/sqlite/base.py

index e987439c5901e3e11cec9fdea2f01fdf307d0cc6..5bcf901519a5bc1a927f35b8d2ec8b2d083a4e9e 100644 (file)
@@ -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