mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Fix spelling and grammar in documentation and code comments
This commit is contained in:
parent
72e483aac4
commit
69332c1a64
14 changed files with 15 additions and 15 deletions
|
@ -2810,7 +2810,7 @@ ast_for_expr_stmt(struct compiling *c, const node *n)
|
|||
testlist_star_expr: (test|star_expr) (',' test|star_expr)* [',']
|
||||
augassign: '+=' | '-=' | '*=' | '@=' | '/=' | '%=' | '&=' | '|=' | '^='
|
||||
| '<<=' | '>>=' | '**=' | '//='
|
||||
test: ... here starts the operator precendence dance
|
||||
test: ... here starts the operator precedence dance
|
||||
*/
|
||||
|
||||
if (NCH(n) == 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue