Kaydet (Commit) d5982d04 authored tarafından Martin Panter's avatar Martin Panter

Issue #23275: Backport empty square bracket assignment documentation fix

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