Skip to content

Commit bc6685a

Browse files
tausbnRasmusWL
andauthored
Python: Fix typo
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
1 parent 9acc71a commit bc6685a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ private module PrivateDjango {
646646
result = http().getMember("HttpResponseRedirect")
647647
}
648648

649-
/** Gets a reference a subclass of the `django.http.response.HttpResponseRedirect` class. */
649+
/** Gets a reference to a subclass of the `django.http.response.HttpResponseRedirect` class. */
650650
API::Node classRef() { result = baseClassRef().getASubclass*() }
651651

652652
/**

0 commit comments

Comments
 (0)