cpython: dda25c37d02b (original) (raw)

Mercurial > cpython

changeset 102634:dda25c37d02b

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

R David Murray rdmurray@bitdance.com
date Sat, 13 Aug 2016 14:47:54 -0400
parents 1b3a987d6df0(current diff)c1cc1f616285(diff)
children 609b554dd4a2
files
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.