Commit d5982d04 authored by Martin Panter's avatar Martin Panter

Issue #23275: Backport empty square bracket assignment documentation fix

parent 6af1c49b
......@@ -87,7 +87,7 @@ attributes or items of mutable objects:
target_list: `target` ("," `target`)* [","]
target: `identifier`
: | "(" `target_list` ")"
: | "[" `target_list` "]"
: | "[" [`target_list`] "]"
: | `attributeref`
: | `subscription`
: | `slicing`
......
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