Skip to content

Commit 8d49ad7

Browse files
yofftausbn
andauthored
Update python/ql/test/experimental/dataflow/coverage/datamodel.py
Co-authored-by: Taus <[email protected]>
1 parent 4b336e9 commit 8d49ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/test/experimental/dataflow/coverage/datamodel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
2+
# i.e. differently from simply `c.f()` or `C.f()`. For example, a user-defined `__await__` method on a
33
# class `C` will be called by the syntactic construct `await c` when `c` is an instance of `C`.
44
#
55
# These tests are based on the first part of https://docs.python.org/3/reference/datamodel.html.

0 commit comments

Comments
 (0)