diff options
Diffstat (limited to 'tests/basics/class_bind_self.py')
| -rw-r--r-- | tests/basics/class_bind_self.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basics/class_bind_self.py b/tests/basics/class_bind_self.py index 813f87644..8bece902c 100644 --- a/tests/basics/class_bind_self.py +++ b/tests/basics/class_bind_self.py @@ -52,7 +52,7 @@ print(C.f7(12)) print(C.f8(13)) print(C.f9(14)) -# not working in uPy +# not working in MicroPython #class C(list): # # this acts like a method and binds self # f1 = list.extend |
