@@ -63,7 +63,7 @@ support.
6363
6464 .. deprecated :: 3.3
6565 This emulation is no longer needed, as the standard import mechanism
66- is now fully PEP 302 compliant and available in :mod: `importlib `.
66+ is now fully :pep: ` 302 ` compliant and available in :mod: `importlib `.
6767
6868
6969.. class :: ImpLoader(fullname, file, filename, etc)
@@ -72,7 +72,7 @@ support.
7272
7373 .. deprecated :: 3.3
7474 This emulation is no longer needed, as the standard import mechanism
75- is now fully PEP 302 compliant and available in :mod: `importlib `.
75+ is now fully :pep: ` 302 ` compliant and available in :mod: `importlib `.
7676
7777
7878.. function :: find_loader(fullname)
@@ -86,7 +86,7 @@ support.
8686
8787 .. versionchanged :: 3.3
8888 Updated to be based directly on :mod: `importlib ` rather than relying
89- on the package internal PEP 302 import emulation.
89+ on the package internal :pep: ` 302 ` import emulation.
9090
9191 .. versionchanged :: 3.4
9292 Updated to be based on :pep: `451 `
@@ -103,7 +103,7 @@ support.
103103
104104 .. versionchanged :: 3.3
105105 Updated to be based directly on :mod: `importlib ` rather than relying
106- on the package internal PEP 302 import emulation.
106+ on the package internal :pep: ` 302 ` import emulation.
107107
108108
109109.. function :: get_loader(module_or_name)
@@ -118,7 +118,7 @@ support.
118118
119119 .. versionchanged :: 3.3
120120 Updated to be based directly on :mod: `importlib ` rather than relying
121- on the package internal PEP 302 import emulation.
121+ on the package internal :pep: ` 302 ` import emulation.
122122
123123 .. versionchanged :: 3.4
124124 Updated to be based on :pep: `451 `
@@ -139,7 +139,7 @@ support.
139139
140140 .. versionchanged :: 3.3
141141 Updated to be based directly on :mod: `importlib ` rather than relying
142- on the package internal PEP 302 import emulation.
142+ on the package internal :pep: ` 302 ` import emulation.
143143
144144
145145.. function :: iter_modules(path=None, prefix='')
@@ -160,7 +160,7 @@ support.
160160
161161 .. versionchanged :: 3.3
162162 Updated to be based directly on :mod: `importlib ` rather than relying
163- on the package internal PEP 302 import emulation.
163+ on the package internal :pep: ` 302 ` import emulation.
164164
165165
166166.. function :: walk_packages(path=None, prefix='', onerror=None)
@@ -199,7 +199,7 @@ support.
199199
200200 .. versionchanged :: 3.3
201201 Updated to be based directly on :mod: `importlib ` rather than relying
202- on the package internal PEP 302 import emulation.
202+ on the package internal :pep: ` 302 ` import emulation.
203203
204204
205205.. function :: get_data(package, resource)
0 commit comments