summaryrefslogtreecommitdiffstats
path: root/Doc/library/warnings.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-03-28 12:28:44 (GMT)
committerGeorg Brandl <georg@python.org>2013-03-28 12:28:44 (GMT)
commit44ea77bd817c0b50e01344b7e8758995aaeebb63 (patch)
treed16064ba6c2225e5842ac7215d8d08eb6d85bb54 /Doc/library/warnings.rst
parent6ba6b13e3291fdb1abc746183d428120872807a0 (diff)
downloadcpython-44ea77bd817c0b50e01344b7e8758995aaeebb63.zip
cpython-44ea77bd817c0b50e01344b7e8758995aaeebb63.tar.gz
cpython-44ea77bd817c0b50e01344b7e8758995aaeebb63.tar.bz2
Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
Diffstat (limited to 'Doc/library/warnings.rst')
-rw-r--r--Doc/library/warnings.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/warnings.rst b/Doc/library/warnings.rst
index 8387f5a..ce69f7b 100644
--- a/Doc/library/warnings.rst
+++ b/Doc/library/warnings.rst
@@ -54,6 +54,8 @@ There are a number of built-in exceptions that represent warning categories.
This categorization is useful to be able to filter out groups of warnings. The
following warnings category classes are currently defined:
+.. tabularcolumns:: |l|p{0.6\linewidth}|
+
+----------------------------------+-----------------------------------------------+
| Class | Description |
+==================================+===============================================+