File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/ql/src/semmle/python/frameworks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments