Kaydet (Commit) 1a4ceb2f authored tarafından Benjamin Peterson's avatar Benjamin Peterson

fix grammar

üst 4ee6d25b
...@@ -492,7 +492,7 @@ check_unoptimized(const PySTEntryObject* ste) { ...@@ -492,7 +492,7 @@ check_unoptimized(const PySTEntryObject* ste) {
case OPT_IMPORT_STAR: case OPT_IMPORT_STAR:
PyOS_snprintf(buf, sizeof(buf), PyOS_snprintf(buf, sizeof(buf),
"import * is not allowed in function '%.100s' " "import * is not allowed in function '%.100s' "
"because it is %s", "because it %s",
PyString_AS_STRING(ste->ste_name), trailer); PyString_AS_STRING(ste->ste_name), trailer);
break; break;
case OPT_BARE_EXEC: case OPT_BARE_EXEC:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment