You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Small comment change
This commit is contained in:
@@ -15,7 +15,7 @@ def lcase(s):
|
||||
x = C()
|
||||
l = ["xyz", "ABC"]
|
||||
|
||||
# Another PyPy example of CALL_METHOD_KW 2
|
||||
# An PyPy example of CALL_METHOD_KW 3
|
||||
# 2 keyword arguments and one positional argument
|
||||
x.sort(l, reverse=False, key_fn=lcase)
|
||||
assert l == ["ABC", "xyz"]
|
||||
|
Reference in New Issue
Block a user