Skip to content

Commit 963e599

Browse files
committed
tests/cpydiff: Fix formatting of code snippet to use double quotes.
Signed-off-by: Damien George <damien@micropython.org>
1 parent c038ea0 commit 963e599

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cpydiff/types_float_implicit_conversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
categories: Types,float
33
description: uPy allows implicit conversion of objects in maths operations while CPython does not.
44
cause: Unknown
5-
workaround: Objects should be wrapped in `float(obj)` for compatibility with CPython.
5+
workaround: Objects should be wrapped in ``float(obj)`` for compatibility with CPython.
66
"""
77

88

0 commit comments

Comments
 (0)