summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/pg8000.py
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2016-08-08 16:39:15 +0300
committerVille Skyttä <ville.skytta@iki.fi>2016-08-08 16:39:15 +0300
commitfd164a6c849289b81f29059dda822c3d5902e40e (patch)
tree3c4a3af786c47c960b73c62c8c4c2373c6048a60 /lib/sqlalchemy/dialects/postgresql/pg8000.py
parentf2fa9d000b44a54b0fd3ae6114eb5d53ef20c3b8 (diff)
downloadsqlalchemy-pr/299.tar.gz
Spelling fixespr/299
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/pg8000.py')
-rw-r--r--lib/sqlalchemy/dialects/postgresql/pg8000.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/pg8000.py b/lib/sqlalchemy/dialects/postgresql/pg8000.py
index 9daab5851..34d11afe5 100644
--- a/lib/sqlalchemy/dialects/postgresql/pg8000.py
+++ b/lib/sqlalchemy/dialects/postgresql/pg8000.py
@@ -28,7 +28,7 @@ Typically, this can be changed to ``utf-8``, as a more useful default::
# encoding
client_encoding = utf8
-The ``client_encoding`` can be overriden for a session by executing the SQL:
+The ``client_encoding`` can be overridden for a session by executing the SQL:
SET CLIENT_ENCODING TO 'utf8';