fix markup

This commit is contained in:
Benjamin Peterson 2008-08-17 20:34:29 +00:00
parent 4cd6a95dfe
commit 38679e2777
1 changed files with 1 additions and 1 deletions

View File

@ -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 |