From: Andrew Rabert Date: Sat, 20 Aug 2016 15:25:21 +0000 (-0400) Subject: Fix typos X-Git-Tag: v4.5.0~78^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5287f93cec1a07cdc40e26d1778f14b1c9869159;p=thirdparty%2Ftornado.git Fix typos --- diff --git a/tornado/web.py b/tornado/web.py index 254a91ac5..77a75a479 100644 --- a/tornado/web.py +++ b/tornado/web.py @@ -1109,7 +1109,7 @@ class RequestHandler(object): may not, so the latter form is necessary if loading the user requires asynchronous operations. - The user object may any type of the application's choosing. + The user object may be any type of the application's choosing. """ if not hasattr(self, "_current_user"): self._current_user = self.get_current_user() @@ -3304,7 +3304,7 @@ def _create_signature_v2(secret, s): def _unquote_or_none(s): - """None-safe wrapper around url_unescape to handle unamteched optional + """None-safe wrapper around url_unescape to handle unmatched optional groups correctly. Note that args are passed as bytes so the handler can decide what