From 87fc12cc12894440683a80509acca975d3924eea Mon Sep 17 00:00:00 2001 From: Diana Clarke Date: Sat, 17 Mar 2012 21:41:58 -0400 Subject: typoes in lib/sqlalchemy/dialects --- lib/sqlalchemy/dialects/postgresql/pypostgresql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/dialects/postgresql/pypostgresql.py') diff --git a/lib/sqlalchemy/dialects/postgresql/pypostgresql.py b/lib/sqlalchemy/dialects/postgresql/pypostgresql.py index e902c684e..14ede40a5 100644 --- a/lib/sqlalchemy/dialects/postgresql/pypostgresql.py +++ b/lib/sqlalchemy/dialects/postgresql/pypostgresql.py @@ -40,7 +40,7 @@ class PGDialect_pypostgresql(PGDialect): default_paramstyle = 'pyformat' # requires trunk version to support sane rowcounts - # TODO: use dbapi version information to set this flag appropariately + # TODO: use dbapi version information to set this flag appropriately supports_sane_rowcount = True supports_sane_multi_rowcount = False -- cgit v1.2.1