Skip to content

Commit 62d665e

Browse files
committed
Python: Fix shared QLDoc for InstanceSource
1 parent 047a326 commit 62d665e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

python/ql/src/experimental/semmle/python/frameworks/Fabric.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`.

0 commit comments

Comments
 (0)