mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
Python: Fix typo
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
@@ -646,7 +646,7 @@ private module PrivateDjango {
|
||||
result = http().getMember("HttpResponseRedirect")
|
||||
}
|
||||
|
||||
/** 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. */
|
||||
API::Node classRef() { result = baseClassRef().getASubclass*() }
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user