Skip to content

Commit d588970

Browse files
jonathanberthiaspull[bot]
authored andcommitted
Fix typos in import system docs (#111396)
1 parent aaa5e35 commit d588970

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/reference/import.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ listed below.
559559
functionality, for example getting data associated with a loader.
560560

561561
It is **strongly** recommended that you rely on :attr:`__spec__`
562-
instead instead of this attribute.
562+
instead of this attribute.
563563

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

582582
It is **strongly** recommended that you rely on :attr:`__spec__`
583-
instead instead of this attribute.
583+
instead of this attribute.
584584

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

652652
It is **strongly** recommended that you rely on :attr:`__spec__`
653-
instead instead of ``__cached__``.
653+
instead of ``__cached__``.
654654

655655
.. _package-path-rules:
656656

0 commit comments

Comments
 (0)