File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -559,7 +559,7 @@ listed below.
559
559
functionality, for example getting data associated with a loader.
560
560
561
561
It is **strongly ** recommended that you rely on :attr: `__spec__ `
562
- instead instead of this attribute.
562
+ instead of this attribute.
563
563
564
564
.. versionchanged :: 3.12
565
565
The value of ``__loader__ `` is expected to be the same as
@@ -580,7 +580,7 @@ listed below.
580
580
relative imports for main modules, as defined in :pep: `366 `.
581
581
582
582
It is **strongly ** recommended that you rely on :attr: `__spec__ `
583
- instead instead of this attribute.
583
+ instead of this attribute.
584
584
585
585
.. versionchanged :: 3.6
586
586
The value of ``__package__ `` is expected to be the same as
@@ -650,7 +650,7 @@ listed below.
650
650
from a file, that atypical scenario may be appropriate.
651
651
652
652
It is **strongly ** recommended that you rely on :attr: `__spec__ `
653
- instead instead of ``__cached__ ``.
653
+ instead of ``__cached__ ``.
654
654
655
655
.. _package-path-rules :
656
656
You can’t perform that action at this time.
0 commit comments