diff options
author | Georg Brandl <georg@python.org> | 2012-08-11 06:43:59 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-08-11 06:43:59 (GMT) |
commit | a81b481e3a49fe34ed9bfa0c03a39b2c522ecebc (patch) | |
tree | 486491d675db018983fbc7882ff72e562bb0ff6e /Doc/reference/import.rst | |
parent | 80dd1af4e0ee07b2f65833835754f0a27bf48975 (diff) | |
download | cpython-a81b481e3a49fe34ed9bfa0c03a39b2c522ecebc.zip cpython-a81b481e3a49fe34ed9bfa0c03a39b2c522ecebc.tar.gz cpython-a81b481e3a49fe34ed9bfa0c03a39b2c522ecebc.tar.bz2 |
Fix markup errors and update pydoc topics.
Diffstat (limited to 'Doc/reference/import.rst')
-rw-r--r-- | Doc/reference/import.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/import.rst b/Doc/reference/import.rst index 9eb093c..a7daa18 100644 --- a/Doc/reference/import.rst +++ b/Doc/reference/import.rst @@ -358,7 +358,7 @@ Loaders must satisfy the following requirements: iterable, but may be empty if ``__path__`` has no further significance to the importer. If ``__path__`` is not empty, it must produce strings when iterated over. More details on the semantics of ``__path__`` are - given :ref`below <package-path-rules>`. + given :ref:`below <package-path-rules>`. * The ``__loader__`` attribute must be set to the loader object that loaded the module. This is mostly for introspection and reloading, but can be |