From 5287f93cec1a07cdc40e26d1778f14b1c9869159 Mon Sep 17 00:00:00 2001 From: Andrew Rabert Date: Sat, 20 Aug 2016 11:25:21 -0400 Subject: [PATCH] Fix typos --- tornado/web.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2