File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
python/ql/src/experimental/semmle/python/frameworks Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -558,7 +558,7 @@ private module Django {
558558 * A source of an instance of `django.http.request.HttpRequest`.
559559 *
560560 * This can include instantiation of the class, return value from function
561- * calls, or a special parameter that will be set when functions are call by external
561+ * calls, or a special parameter that will be set when functions are called by an external
562562 * library.
563563 *
564564 * Use `django::http::request::HttpRequest::instance()` predicate to get
Original file line number Diff line number Diff line change @@ -459,7 +459,7 @@ private module FabricV2 {
459459 * A source of an instance of a subclass of `fabric.group.Group`
460460 *
461461 * This can include instantiation of a class, return value from function
462- * calls, or a special parameter that will be set when functions are call by external
462+ * calls, or a special parameter that will be set when functions are called by an external
463463 * library.
464464 *
465465 * Use `Group::subclassInstance()` predicate to get references to an instance of a subclass of `fabric.group.Group`.
You can’t perform that action at this time.
0 commit comments