#27753: fix typo (name->named).
diff --git a/Doc/library/py_compile.rst b/Doc/library/py_compile.rst
index 66f015b..5da3999 100644
--- a/Doc/library/py_compile.rst
+++ b/Doc/library/py_compile.rst
@@ -29,7 +29,7 @@
 .. 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