Issue #15627: This is simply an update to the name of a new method recently added

to importlib.abc.SourceLoader.
This commit is contained in:
Eric Snow 2012-12-04 23:43:43 -08:00
parent fe907e1870
commit a6cfb28bd2
5 changed files with 14 additions and 14 deletions

View file

@ -409,7 +409,7 @@ ABC hierarchy::
When writing to the path fails because the path is read-only
(:attr:`errno.EACCES`), do not propagate the exception.
.. method:: compile_source(data, path)
.. method:: source_to_code(data, path)
Create a code object from Python source.