Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c00189e

Browse files
committed
Merge: #27753: fix typo (name->named).
2 parents 5dd2b86 + 689016f commit c00189e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/py_compile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ byte-code cache files in the directory containing the source code.
3030
.. function:: compile(file, cfile=None, dfile=None, doraise=False, optimize=-1)
3131

3232
Compile a source file to byte-code and write out the byte-code cache file.
33-
The source code is loaded from the file name *file*. The byte-code is
33+
The source code is loaded from the file named *file*. The byte-code is
3434
written to *cfile*, which defaults to the :pep:`3147`/:pep:`488` path, ending
3535
in ``.pyc``.
3636
For example, if *file* is ``/foo/bar/baz.py`` *cfile* will default to

0 commit comments

Comments
 (0)