We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c038ea0 commit 963e599Copy full SHA for 963e599
1 file changed
tests/cpydiff/types_float_implicit_conversion.py
@@ -2,7 +2,7 @@
2
categories: Types,float
3
description: uPy allows implicit conversion of objects in maths operations while CPython does not.
4
cause: Unknown
5
-workaround: Objects should be wrapped in `float(obj)` for compatibility with CPython.
+workaround: Objects should be wrapped in ``float(obj)`` for compatibility with CPython.
6
"""
7
8
0 commit comments