fix markup
This commit is contained in:
parent
4cd6a95dfe
commit
38679e2777
|
@ -1271,7 +1271,7 @@ groups from right to left).
|
||||||
| ``x[index:index]`` | Slicing |
|
| ``x[index:index]`` | Slicing |
|
||||||
+----------------------------------------------+-------------------------------------+
|
+----------------------------------------------+-------------------------------------+
|
||||||
| ``x(arguments...)`` | Call |
|
| ``x(arguments...)`` | Call |
|
||||||
+----------------------------------------------|-------------------------------------+
|
+----------------------------------------------+-------------------------------------+
|
||||||
| ``x.attribute`` | Attribute reference |
|
| ``x.attribute`` | Attribute reference |
|
||||||
+----------------------------------------------+-------------------------------------+
|
+----------------------------------------------+-------------------------------------+
|
||||||
| ``(expressions...)`` | Binding, tuple display, generator |
|
| ``(expressions...)`` | Binding, tuple display, generator |
|
||||||
|
|
Loading…
Reference in New Issue