summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/pypostgresql.py
diff options
context:
space:
mode:
authorDiana Clarke <diana.joan.clarke@gmail.com>2012-03-17 21:41:58 -0400
committerDiana Clarke <diana.joan.clarke@gmail.com>2012-03-17 21:41:58 -0400
commit87fc12cc12894440683a80509acca975d3924eea (patch)
tree926917561b476b549d52d57c38d31dcd948aa129 /lib/sqlalchemy/dialects/postgresql/pypostgresql.py
parent4a7ee798509e51e21d441243202e30d8067f6144 (diff)
downloadsqlalchemy-87fc12cc12894440683a80509acca975d3924eea.tar.gz
typoes in lib/sqlalchemy/dialects
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/pypostgresql.py')
-rw-r--r--lib/sqlalchemy/dialects/postgresql/pypostgresql.py2
1 files changed, 1 insertions, 1 deletions
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