diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-02-10 01:17:51 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-02-10 01:17:51 (GMT) |
commit | 96a4f07107476c0038ff1302b7ef779cab07e8ae (patch) | |
tree | 209d9fe2647330179040ef4b57dc2c3617853333 /Doc/whatsnew | |
parent | 763f9f0d89548e02c2efcd843655944584d6d33f (diff) | |
download | cpython-96a4f07107476c0038ff1302b7ef779cab07e8ae.zip cpython-96a4f07107476c0038ff1302b7ef779cab07e8ae.tar.gz cpython-96a4f07107476c0038ff1302b7ef779cab07e8ae.tar.bz2 |
Issues #26310, #26311: Fix typos in the documentation and code comments
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.5.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 53cd602..bb520dc 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -914,7 +914,7 @@ compileall ---------- A new :mod:`compileall` option, :samp:`-j {N}`, allows to run *N* workers -sumultaneously to perform parallel bytecode compilation. +simultaneously to perform parallel bytecode compilation. The :func:`~compileall.compile_dir` function has a corresponding ``workers`` parameter. (Contributed by Claudiu Popa in :issue:`16104`.) |