Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Oct 8, 2011
1 parent 5408e22 commit e4ffe4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webob/request.py
Expand Up @@ -104,7 +104,7 @@ def __init__(self, environ, charset=None, unicode_errors=None, **kw):
"As of WebOb 1.2, if you need a non-UTF-8 request charset, "
"please construct the request with a charset of ``None`` "
"then use ``req = req.decode(charset)`` instead of passing "
"a non-UTF8 charset to the Reqeuest constructor. This "
"a non-UTF8 charset to the Request constructor. This "
"exception is also thrown if you pass ``unicode_errors`` as "
"a non-``None`` value; this constructor argument is no "
"longer supported."
Expand Down

0 comments on commit e4ffe4b

Please sign in to comment.