tests/cpydiff: Fix formatting of code snippet to use double quotes.

Signed-off-by: Damien George <damien@micropython.org>
pull/8981/head
Damien George 2022-07-29 12:06:08 +10:00
rodzic c038ea0cc6
commit 963e599ec0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
categories: Types,float
description: uPy allows implicit conversion of objects in maths operations while CPython does not.
cause: Unknown
workaround: Objects should be wrapped in `float(obj)` for compatibility with CPython.
workaround: Objects should be wrapped in ``float(obj)`` for compatibility with CPython.
"""