From 3c76210481c4439db2989f9052cb234b9f926f7b Mon Sep 17 00:00:00 2001 From: Lele Gaifax Date: Wed, 15 Apr 2009 09:34:03 +0000 Subject: [PATCH] Typo in docstring --- lib/sqlalchemy/engine/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlalchemy/engine/base.py b/lib/sqlalchemy/engine/base.py index e2df98b63f..3fcbb9b37b 100644 --- a/lib/sqlalchemy/engine/base.py +++ b/lib/sqlalchemy/engine/base.py @@ -40,7 +40,7 @@ class Dialect(object): (i.e. 'sqlite') driver - identitfying name for the dialect's DBAPI + identifying name for the dialect's DBAPI positional True if the paramstyle for this Dialect is positional. -- 2.47.3