mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Clarify how the specify the name of a module with the 'module' directive.
This commit is contained in:
parent
7edf1298c4
commit
df50106408
1 changed files with 3 additions and 3 deletions
|
|
@ -53,9 +53,9 @@ As you can see, the module-specific markup consists of two directives, the
|
||||||
|
|
||||||
.. describe:: module
|
.. describe:: module
|
||||||
|
|
||||||
This directive marks the beginning of the description of a module (or package
|
This directive marks the beginning of the description of a module, package,
|
||||||
submodule, in which case the name should be fully qualified, including the
|
or submodule. The name should be fully qualified (i.e. including the
|
||||||
package name).
|
package name for submodules).
|
||||||
|
|
||||||
The ``platform`` option, if present, is a comma-separated list of the
|
The ``platform`` option, if present, is a comma-separated list of the
|
||||||
platforms on which the module is available (if it is available on all
|
platforms on which the module is available (if it is available on all
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue