summaryrefslogtreecommitdiff
path: root/Doc/reference/import.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-03-28 13:28:44 +0100
committerGeorg Brandl <georg@python.org>2013-03-28 13:28:44 +0100
commit44ea77bd817c0b50e01344b7e8758995aaeebb63 (patch)
treed16064ba6c2225e5842ac7215d8d08eb6d85bb54 /Doc/reference/import.rst
parent6ba6b13e3291fdb1abc746183d428120872807a0 (diff)
downloadcpython-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/reference/import.rst')
-rw-r--r--Doc/reference/import.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/reference/import.rst b/Doc/reference/import.rst
index ef0235df12..5874606d2e 100644
--- a/Doc/reference/import.rst
+++ b/Doc/reference/import.rst
@@ -685,8 +685,7 @@ proposed ``__name__`` for semantics :pep:`366` would eventually specify for
:pep:`338` defines executing modules as scripts.
-Footnotes
-=========
+.. rubric:: Footnotes
.. [#fnmo] See :class:`types.ModuleType`.