mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Doc: some rst linting. (GH-30149)
This commit is contained in:
parent
95a922b3bb
commit
62a0a2a25d
3 changed files with 4 additions and 4 deletions
|
|
@ -239,7 +239,7 @@ Standard names are defined for the following types:
|
|||
The :term:`loader` which loaded the module. Defaults to ``None``.
|
||||
|
||||
This attribute is to match :attr:`importlib.machinery.ModuleSpec.loader`
|
||||
as stored in the attr:`__spec__` object.
|
||||
as stored in the :attr:`__spec__` object.
|
||||
|
||||
.. note::
|
||||
A future version of Python may stop setting this attribute by default.
|
||||
|
|
@ -264,7 +264,7 @@ Standard names are defined for the following types:
|
|||
:attr:`__name__` if the module is a package itself). Defaults to ``None``.
|
||||
|
||||
This attribute is to match :attr:`importlib.machinery.ModuleSpec.parent`
|
||||
as stored in the attr:`__spec__` object.
|
||||
as stored in the :attr:`__spec__` object.
|
||||
|
||||
.. note::
|
||||
A future version of Python may stop setting this attribute by default.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue