summaryrefslogtreecommitdiff
path: root/tests/cpydiff/syntax_spaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cpydiff/syntax_spaces.py')
-rw-r--r--tests/cpydiff/syntax_spaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cpydiff/syntax_spaces.py b/tests/cpydiff/syntax_spaces.py
index e7d00838c..670cefdea 100644
--- a/tests/cpydiff/syntax_spaces.py
+++ b/tests/cpydiff/syntax_spaces.py
@@ -1,5 +1,5 @@
"""
-categories: Syntax,Spaces
+categories: Syntax,Literals
description: MicroPython requires spaces between literal numbers and keywords or ".", CPython doesn't
cause: Different parser implementation