mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Merge spelling and grammar fixes from 3.5
This commit is contained in:
commit
02b75abf73
14 changed files with 15 additions and 15 deletions
|
@ -2852,7 +2852,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