mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Fix markup errors and update pydoc topics.
This commit is contained in:
parent
80dd1af4e0
commit
a81b481e3a
4 changed files with 27 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue