commit | d5982d0433ec29fbacf9c05ddd5fd8ed884af6bd | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Wed Jun 08 12:44:30 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Wed Jun 08 12:44:30 2016 +0000 |
tree | c77a89969bf7807c23387586eec2d912e279a7d5 | |
parent | 6af1c49bb497ca883af99db19aaaae8820325f90 [diff] |
Issue #23275: Backport empty square bracket assignment documentation fix
diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index 2c0b8db..848bb9e 100644 --- a/Doc/reference/simple_stmts.rst +++ b/Doc/reference/simple_stmts.rst
@@ -87,7 +87,7 @@ target_list: `target` ("," `target`)* [","] target: `identifier` : | "(" `target_list` ")" - : | "[" `target_list` "]" + : | "[" [`target_list`] "]" : | `attributeref` : | `subscription` : | `slicing`