Skip to content

Commit b78ceb6

Browse files
authored
Merge pull request #15099 from fossilet/fix-qll-typo
Fix typo in qll.
2 parents d884726 + 1cc2f07 commit b78ceb6

File tree

1 file changed

+1
-1
lines changed
  • python/ql/lib/semmle/python/frameworks

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/frameworks/Flask.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ module Flask {
337337
}
338338
}
339339

340-
/** A request handler defined in a django view class, that has no known route. */
340+
/** A request handler defined in a flask view class, that has no known route. */
341341
private class FlaskViewClassHandlerWithoutKnownRoute extends Http::Server::RequestHandler::Range {
342342
FlaskViewClassHandlerWithoutKnownRoute() {
343343
exists(FlaskViewClass vc | vc.getARequestHandler() = this) and

0 commit comments

Comments
 (0)