From fd164a6c849289b81f29059dda822c3d5902e40e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 8 Aug 2016 16:39:15 +0300 Subject: Spelling fixes --- lib/sqlalchemy/dialects/postgresql/pg8000.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/dialects/postgresql/pg8000.py') 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'; -- cgit v1.2.1