diff options
Diffstat (limited to 'tests/float/string_format_modulo.py')
| -rw-r--r-- | tests/float/string_format_modulo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/float/string_format_modulo.py b/tests/float/string_format_modulo.py index 3c206b739..553146433 100644 --- a/tests/float/string_format_modulo.py +++ b/tests/float/string_format_modulo.py @@ -6,7 +6,7 @@ print("%i" % 1.0) print("%u" % 1.0) # these 3 have different behaviour in Python 3.x versions -# uPy raises a TypeError, following Python 3.5 (earlier versions don't) +# MicroPython raises a TypeError, following Python 3.5 (earlier versions don't) # print("%x" % 18.0) # print("%o" % 18.0) # print("%X" % 18.0) |
