summaryrefslogtreecommitdiff
path: root/cherrypy/lib/encoding.py
diff options
context:
space:
mode:
authorRobert Brewer <fumanchu@aminus.org>2006-09-23 01:25:15 +0000
committerRobert Brewer <fumanchu@aminus.org>2006-09-23 01:25:15 +0000
commit295377c90d030bfad2b81afd156648badf3ad90e (patch)
tree0f69659187446962d20edfc0a88e5182625d8c0f /cherrypy/lib/encoding.py
parent727e6d08797e4b7406996281ac3b88f579ad9f78 (diff)
downloadcherrypy-git-295377c90d030bfad2b81afd156648badf3ad90e.tar.gz
Fix to tool priorities.
Diffstat (limited to 'cherrypy/lib/encoding.py')
-rw-r--r--cherrypy/lib/encoding.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/lib/encoding.py b/cherrypy/lib/encoding.py
index e47acd61..f567bc04 100644
--- a/cherrypy/lib/encoding.py
+++ b/cherrypy/lib/encoding.py
@@ -103,7 +103,7 @@ def find_acceptable_charset(encoding=None, default_encoding='utf-8', errors='str
else:
raise cherrypy.HTTPError(500, failmsg % encoding)
- # Parse the Accept_Charset request header, and try to provide one
+ # Parse the Accept-Charset request header, and try to provide one
# of the requested charsets (in order of user preference).
encs = cherrypy.request.headers.elements('Accept-Charset')
if not encs: