mirror of
https://github.com/python/cpython.git
synced 2025-08-16 06:40:56 +00:00
#11515: fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
1aa999c49e
commit
24b07bcba3
44 changed files with 51 additions and 50 deletions
|
@ -1629,7 +1629,7 @@ validate_expr_stmt(node *tree)
|
|||
|| strcmp(s, ">>=") == 0
|
||||
|| strcmp(s, "**=") == 0);
|
||||
if (!res)
|
||||
err_string("illegal augmmented assignment operator");
|
||||
err_string("illegal augmented assignment operator");
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue