diff options
| author | Damien George <damien@micropython.org> | 2022-07-29 12:06:08 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-07-29 12:23:05 +1000 |
| commit | 963e599ec0d253534eb835ade7020e8ac3d7919b (patch) | |
| tree | e141a7b8345684e1dee9fb49ccdcaf17339eb1e0 | |
| parent | c038ea0cc68bff18ce9ac338a283d2dd4cf29f1e (diff) | |
tests/cpydiff: Fix formatting of code snippet to use double quotes.
Signed-off-by: Damien George <damien@micropython.org>
| -rw-r--r-- | tests/cpydiff/types_float_implicit_conversion.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cpydiff/types_float_implicit_conversion.py b/tests/cpydiff/types_float_implicit_conversion.py index 8d39a7cd4..3726839fa 100644 --- a/tests/cpydiff/types_float_implicit_conversion.py +++ b/tests/cpydiff/types_float_implicit_conversion.py @@ -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. """ |
