]> granicus.if.org Git - python/commitdiff
fix markup
authorBenjamin Peterson <benjamin@python.org>
Sun, 17 Aug 2008 20:34:29 +0000 (20:34 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 17 Aug 2008 20:34:29 +0000 (20:34 +0000)
Doc/reference/expressions.rst

index 837eb89ee7c3b5941dd5fdf62751df5f690cb490..1e94d4079e3e8b1574277c823ce2c33dd6a51b18 100644 (file)
@@ -1271,7 +1271,7 @@ groups from right to left).
 | ``x[index:index]``                           | Slicing                             |
 +----------------------------------------------+-------------------------------------+
 | ``x(arguments...)``                          | Call                                |
-+----------------------------------------------|-------------------------------------+
++----------------------------------------------+-------------------------------------+
 | ``x.attribute``                              | Attribute reference                 |
 +----------------------------------------------+-------------------------------------+
 | ``(expressions...)``                         | Binding, tuple display, generator   |