#27753: fix typo (name->named).

This commit is contained in:
R David Murray 2016-08-13 14:47:18 -04:00
parent f6ffa9826e
commit 689016fc00
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ byte-code cache files in the directory containing the source code.
.. function:: compile(file, cfile=None, dfile=None, doraise=False, optimize=-1)
Compile a source file to byte-code and write out the byte-code cache file.
The source code is loaded from the file name *file*. The byte-code is
The source code is loaded from the file named *file*. The byte-code is
written to *cfile*, which defaults to the :pep:`3147`/:pep:`488` path, ending
in ``.pyc``.
For example, if *file* is ``/foo/bar/baz.py`` *cfile* will default to