We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b336e9 commit 8d49ad7Copy full SHA for 8d49ad7
python/ql/test/experimental/dataflow/coverage/datamodel.py
@@ -1,5 +1,5 @@
1
# User-defined methods, both instance methods and class methods, can be called in many non-standard ways
2
-# i.e. differently from simply `c.f()` or `C.f()`. For example, a user-defined `__await__` function on a
+# i.e. differently from simply `c.f()` or `C.f()`. For example, a user-defined `__await__` method on a
3
# class `C` will be called by the syntactic construct `await c` when `c` is an instance of `C`.
4
#
5
# These tests are based on the first part of https://docs.python.org/3/reference/datamodel.html.
0 commit comments