We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9acc71a commit bc6685aCopy full SHA for bc6685a
python/ql/src/semmle/python/frameworks/Django.qll
@@ -646,7 +646,7 @@ private module PrivateDjango {
646
result = http().getMember("HttpResponseRedirect")
647
}
648
649
- /** Gets a reference a subclass of the `django.http.response.HttpResponseRedirect` class. */
+ /** Gets a reference to a subclass of the `django.http.response.HttpResponseRedirect` class. */
650
API::Node classRef() { result = baseClassRef().getASubclass*() }
651
652
/**
0 commit comments