[Python-3000-checkins] r65783 - python/branches/py3k/Doc/reference/expressions.rst

benjamin.peterson python-3000-checkins at python.org
Sun Aug 17 22:34:29 CEST 2008


Author: benjamin.peterson
Date: Sun Aug 17 22:34:29 2008
New Revision: 65783

Log:
fix markup

Modified:
   python/branches/py3k/Doc/reference/expressions.rst

Modified: python/branches/py3k/Doc/reference/expressions.rst
==============================================================================
--- python/branches/py3k/Doc/reference/expressions.rst	(original)
+++ python/branches/py3k/Doc/reference/expressions.rst	Sun Aug 17 22:34:29 2008
@@ -1271,7 +1271,7 @@
 | ``x[index:index]``                           | Slicing                             |
 +----------------------------------------------+-------------------------------------+
 | ``x(arguments...)``                          | Call                                |
-+----------------------------------------------|-------------------------------------+
++----------------------------------------------+-------------------------------------+
 | ``x.attribute``                              | Attribute reference                 |
 +----------------------------------------------+-------------------------------------+
 | ``(expressions...)``                         | Binding, tuple display, generator   |


More information about the Python-3000-checkins mailing list