Skip to content

Commit 4b336e9

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

File tree

1 file changed

+1
-1
lines changed
  • python/ql/test/experimental/dataflow/coverage

1 file changed

+1
-1
lines changed

python/ql/test/experimental/dataflow/coverage/classes.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 should cover all the class calls that we hope to support.

0 commit comments

Comments
 (0)