File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments