Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5dd2b86 + 689016f commit c00189eCopy full SHA for c00189e
1 file changed
Doc/library/py_compile.rst
@@ -30,7 +30,7 @@ byte-code cache files in the directory containing the source code.
30
.. function:: compile(file, cfile=None, dfile=None, doraise=False, optimize=-1)
31
32
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
+ The source code is loaded from the file named *file*. The byte-code is
34
written to *cfile*, which defaults to the :pep:`3147`/:pep:`488` path, ending
35
in ``.pyc``.
36
For example, if *file* is ``/foo/bar/baz.py`` *cfile* will default to
0 commit comments