Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef831bb

Browse files
committed
Python: Fix tornado redirect QLdoc
1 parent 9c01aa2 commit ef831bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,9 +556,9 @@ private module Tornado {
556556
// Response modeling
557557
// ---------------------------------------------------------------------------
558558
/**
559-
* A call to `tornado.web.RequestHandler.write` method.
559+
* A call to `tornado.web.RequestHandler.redirect` method.
560560
*
561-
* See https://www.tornadoweb.org/en/stable/web.html?highlight=write#tornado.web.RequestHandler.write
561+
* See https://www.tornadoweb.org/en/stable/web.html?highlight=write#tornado.web.RequestHandler.redirect
562562
*/
563563
private class TornadoRequestHandlerRedirectCall extends HTTP::Server::HttpRedirectResponse::Range,
564564
DataFlow::CfgNode {

0 commit comments

Comments
 (0)