]> granicus.if.org Git - python/commitdiff
#27753: fix typo (name->named).
authorR David Murray <rdmurray@bitdance.com>
Sat, 13 Aug 2016 18:46:23 +0000 (14:46 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 13 Aug 2016 18:46:23 +0000 (14:46 -0400)
Doc/library/py_compile.rst

index 66f015bbef0ba4038e67e17b139c793fdb617598..5da399920b5bd789566aa8643c5bcb9da9a5c440 100644 (file)
@@ -29,7 +29,7 @@ byte-code cache files in the directory containing the source code.
 .. function:: compile(file[, cfile[, dfile[, doraise]]])
 
    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 written to
+   source code is loaded from the file named *file*.  The  byte-code is written to
    *cfile*, which defaults to *file* ``+`` ``'c'`` (``'o'`` if optimization is
    enabled in the current interpreter).  If *dfile* is specified, it is used as the
    name of the source file in error messages instead of *file*.  If *doraise* is