Fix typo in PEP 3147.
This commit is contained in:
parent
138a86a0fd
commit
7fda990b31
|
@ -426,8 +426,8 @@ This code will obviously fail once this PEP is implemented.
|
|||
To support this use case, we'll add two new methods to the `imp`
|
||||
package [17]_:
|
||||
|
||||
* `imp.source_from_cache(py_path)` -> `pyc_path`
|
||||
* `imp.cache_from_source(pyc_path)` -> `py_path`
|
||||
* `imp.cache_from_source(py_path)` -> `pyc_path`
|
||||
* `imp.source_from_cache(pyc_path)` -> `py_path`
|
||||
|
||||
Alternative implementations are free to override these functions to
|
||||
return reasonable values based on their own support for this PEP.
|
||||
|
|
Loading…
Reference in New Issue