Doc: some rst linting. by JulienPalard · Pull Request #30149 · python/cpython · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/c-api/apiabiversion.rst
4 changes: 2 additions & 2 deletions Doc/library/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Comment thread
Fidget-Spinner marked this conversation as resolved.
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.
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.6.rst