diff options
| author | Georg Brandl <georg@python.org> | 2013-03-28 13:28:44 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2013-03-28 13:28:44 +0100 |
| commit | 44ea77bd817c0b50e01344b7e8758995aaeebb63 (patch) | |
| tree | d16064ba6c2225e5842ac7215d8d08eb6d85bb54 /Doc/library/xml.etree.elementtree.rst | |
| parent | 6ba6b13e3291fdb1abc746183d428120872807a0 (diff) | |
| download | cpython-git-44ea77bd817c0b50e01344b7e8758995aaeebb63.tar.gz | |
Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
Diffstat (limited to 'Doc/library/xml.etree.elementtree.rst')
| -rw-r--r-- | Doc/library/xml.etree.elementtree.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst index e429f04d72..45a0e7b308 100644 --- a/Doc/library/xml.etree.elementtree.rst +++ b/Doc/library/xml.etree.elementtree.rst @@ -278,6 +278,8 @@ module. We'll be using the ``countrydata`` XML document from the Supported XPath syntax ^^^^^^^^^^^^^^^^^^^^^^ +.. tabularcolumns:: |l|L| + +-----------------------+------------------------------------------------------+ | Syntax | Meaning | +=======================+======================================================+ |
