Python: Apply suggestions from code review

Co-authored-by: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>
This commit is contained in:
Rasmus Wriedt Larsen
2021-02-03 17:44:04 +01:00
committed by GitHub
parent e57e4e1916
commit 93f91d8746

View File

@@ -567,7 +567,7 @@ private module Tornado {
// Response modeling
// ---------------------------------------------------------------------------
/**
* A call to `tornado.web.RequestHandler.redirect` method.
* A call to the `tornado.web.RequestHandler.redirect` method.
*
* See https://www.tornadoweb.org/en/stable/web.html?highlight=write#tornado.web.RequestHandler.redirect
*/
@@ -591,7 +591,7 @@ private module Tornado {
}
/**
* A call to `tornado.web.RequestHandler.write` method.
* A call to the `tornado.web.RequestHandler.write` method.
*
* See https://www.tornadoweb.org/en/stable/web.html?highlight=write#tornado.web.RequestHandler.write
*/