summaryrefslogtreecommitdiff
path: root/examples/encoding.py
diff options
context:
space:
mode:
authorPiotr Kasprzyk <ciri@ciri.pl>2013-04-26 10:21:56 +0200
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2013-04-26 09:59:40 +0100
commit31b6ec63f8ab0bc0333c0cbe9a19543fde437ce2 (patch)
tree591d9e77b7d8ef7d968480dac2e22aa69a8b19a2 /examples/encoding.py
parent2eba97de7059b71b953fda9b1720a7059cbbcaf2 (diff)
downloadpsycopg2-31b6ec63f8ab0bc0333c0cbe9a19543fde437ce2.tar.gz
Fix multiple misspellings
Diffstat (limited to 'examples/encoding.py')
-rw-r--r--examples/encoding.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/encoding.py b/examples/encoding.py
index 864fd43..8a37415 100644
--- a/examples/encoding.py
+++ b/examples/encoding.py
@@ -1,4 +1,4 @@
-# encoding.py - show to change client enkoding (and test it works)
+# encoding.py - show to change client encoding (and test it works)
# -*- encoding: utf8 -*-
#
# Copyright (C) 2004-2010 Federico Di Gregorio <fog@debian.org>