This commit is contained in:
David Malcolm 2010-12-07 00:32:04 +00:00
parent 1fa7682c26
commit 778645a379
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ see :ref:`code for computing prime numbers in parallel<processpoolexecutor-examp
PEP 3147: PYC Repository Directories
=====================================
Python's scheme for caching bytecode in *.pyc* files did not wosrk well in
Python's scheme for caching bytecode in *.pyc* files did not work well in
environments with multiple python interpreters. If one interpreter encountered
a cached file created by another interpreter, it would recompile the source and
overwrite the cached file, thus losing the benefits of caching.