summaryrefslogtreecommitdiff
path: root/Doc/reference/import.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-03-28 13:28:55 +0100
committerGeorg Brandl <georg@python.org>2013-03-28 13:28:55 +0100
commit7ca319e34921226e5a1e562cd685f3c206aee6a7 (patch)
tree83e234fd9b4e6b8e46fe94a2f7e58663fa18322f /Doc/reference/import.rst
parentb5c13b77b87dddcb296bf1bb58c362c4eed67536 (diff)
parenta32417312687383f4859c60dbdbc5d39fe468768 (diff)
downloadcpython-7ca319e34921226e5a1e562cd685f3c206aee6a7.tar.gz
Merge with 3.3.
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 ee1538feb4..4ad44901ad 100644
--- a/Doc/reference/import.rst
+++ b/Doc/reference/import.rst
@@ -687,8 +687,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`.