Python: Fix tornado redirect QLdoc

This commit is contained in:
Rasmus Wriedt Larsen
2021-01-29 16:21:39 +01:00
parent 9c01aa2304
commit ef831bb16f

View File

@@ -556,9 +556,9 @@ private module Tornado {
// Response modeling
// ---------------------------------------------------------------------------
/**
* A call to `tornado.web.RequestHandler.write` method.
* A call to `tornado.web.RequestHandler.redirect` method.
*
* See https://www.tornadoweb.org/en/stable/web.html?highlight=write#tornado.web.RequestHandler.write
* See https://www.tornadoweb.org/en/stable/web.html?highlight=write#tornado.web.RequestHandler.redirect
*/
private class TornadoRequestHandlerRedirectCall extends HTTP::Server::HttpRedirectResponse::Range,
DataFlow::CfgNode {