Skip to content

Commit 860b1a5

Browse files
committed
Python: Other minor QLDoc adjustment
1 parent 99081ea commit 860b1a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ private module FlaskAdmin {
4242
}
4343

4444
/**
45-
* A call to `flask_admin.expose_plugview`, which should be used as a decorator to make the
46-
* class (which should a flask View class) exposed in the admin interface.
45+
* A call to `flask_admin.expose_plugview`, which is used as a decorator to make the
46+
* class (which we expect to be a flask View class) exposed in the admin interface.
4747
*
4848
* See https://flask-admin.readthedocs.io/en/latest/api/mod_base/#flask_admin.base.expose_plugview
4949
*/

0 commit comments

Comments
 (0)