diff options
Diffstat (limited to 'tests/cpydiff/core_fstring_repr.py')
-rw-r--r-- | tests/cpydiff/core_fstring_repr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cpydiff/core_fstring_repr.py b/tests/cpydiff/core_fstring_repr.py index d37fb48db7..2589a34b7e 100644 --- a/tests/cpydiff/core_fstring_repr.py +++ b/tests/cpydiff/core_fstring_repr.py @@ -1,5 +1,5 @@ """ -categories: Core +categories: Core,f-strings description: f-strings don't support !a conversions cause: MicropPython does not implement ascii() workaround: None |