Skip to content

Commit

Permalink
Fix typos in import system docs (python#111396)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanberthias authored and Glyphack committed Jan 27, 2024
1 parent e5b0ff0 commit ad91bec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Doc/reference/import.rst
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ listed below.
functionality, for example getting data associated with a loader.

It is **strongly** recommended that you rely on :attr:`__spec__`
instead instead of this attribute.
instead of this attribute.

.. versionchanged:: 3.12
The value of ``__loader__`` is expected to be the same as
Expand All @@ -580,7 +580,7 @@ listed below.
relative imports for main modules, as defined in :pep:`366`.

It is **strongly** recommended that you rely on :attr:`__spec__`
instead instead of this attribute.
instead of this attribute.

.. versionchanged:: 3.6
The value of ``__package__`` is expected to be the same as
Expand Down Expand Up @@ -650,7 +650,7 @@ listed below.
from a file, that atypical scenario may be appropriate.

It is **strongly** recommended that you rely on :attr:`__spec__`
instead instead of ``__cached__``.
instead of ``__cached__``.

.. _package-path-rules:

Expand Down

0 comments on commit ad91bec

Please sign in to comment.