Skip to content

Commit 93f91d8

Browse files
Python: Apply suggestions from code review
Co-authored-by: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>
1 parent e57e4e1 commit 93f91d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/src/semmle/python/frameworks/Tornado.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ private module Tornado {
567567
// Response modeling
568568
// ---------------------------------------------------------------------------
569569
/**
570-
* A call to `tornado.web.RequestHandler.redirect` method.
570+
* A call to the `tornado.web.RequestHandler.redirect` method.
571571
*
572572
* See https://www.tornadoweb.org/en/stable/web.html?highlight=write#tornado.web.RequestHandler.redirect
573573
*/
@@ -591,7 +591,7 @@ private module Tornado {
591591
}
592592

593593
/**
594-
* A call to `tornado.web.RequestHandler.write` method.
594+
* A call to the `tornado.web.RequestHandler.write` method.
595595
*
596596
* See https://www.tornadoweb.org/en/stable/web.html?highlight=write#tornado.web.RequestHandler.write
597597
*/

0 commit comments

Comments
 (0)