8000 tests/basics/special_methods2: Typo fix in comment. · msuszko/micropython@d4d4bc5 · GitHub
[go: up one dir, main page]

Skip to content

Commit d4d4bc5

Browse files
pfalcondpgeorge
authored andcommitted
tests/basics/special_methods2: Typo fix in comment.
1 parent 814d580 commit d4d4bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/basics/special_methods2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,6 @@ def __dir__(self):
134134
# ne is not supported, !(eq) is called instead
135135
#cud1 != cud2
136136
#
137-
# in the followin test, cpython still calls __eq__
137+
# in the following test, cpython still calls __eq__
138138
# cud3=cud1
139139
# cud3==cud1

0 commit comments

Comments
 (0)
0