We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a6458 commit c3f0014Copy full SHA for c3f0014
1 file changed
Parser/pegen/pegen.c
@@ -907,7 +907,7 @@ _PyPegen_number_token(Parser *p)
907
908
if (p->feature_version < 6 && strchr(num_raw, '_') != NULL) {
909
p->error_indicator = 1;
910
- return RAISE_SYNTAX_ERROR("Underscores in numeric literals are only supported"
+ return RAISE_SYNTAX_ERROR("Underscores in numeric literals are only supported "
911
"in Python 3.6 and greater");
912
}
913
0 commit comments