cpython: c1cc1f616285 (original) (raw)

Mercurial > cpython

changeset 102633:c1cc1f616285 3.5

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

R David Murray rdmurray@bitdance.com
date Sat, 13 Aug 2016 14:47:18 -0400
parents de2a9c98948e
children dda25c37d02b 55e8d3e542bd
files Doc/library/py_compile.rst
diffstat 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Doc/library/py_compile.rst 2

line wrap: on

line diff

--- a/Doc/library/py_compile.rst +++ b/Doc/library/py_compile.rst @@ -30,7 +30,7 @@ byte-code cache files in the directory c .. 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.