Python: Fix grammar in QLDoc

Co-authored-by: yoff <lerchedahl@gmail.com>
This commit is contained in:
Rasmus Wriedt Larsen
2020-10-20 17:26:33 +02:00
committed by GitHub
parent 98691fe8ec
commit cd116fc5f2

View File

@@ -283,7 +283,7 @@ private module FabricV2 {
* A source of an instance of `fabric.connection.Connection`.
*
* This can include instantiation of the class, return value from function
* calls, or a special parameter that will be set when functions are call by external
* calls, or a special parameter that will be set when functions are called by an external
* library.
*
* Use `Connection::instance()` predicate to get references to instances of `fabric.connection.Connection`.