Kaydet (Commit) 778645a3 authored tarafından David Malcolm's avatar David Malcolm

Fix typo

üst 1fa7682c
...@@ -182,7 +182,7 @@ see :ref:`code for computing prime numbers in parallel<processpoolexecutor-examp ...@@ -182,7 +182,7 @@ see :ref:`code for computing prime numbers in parallel<processpoolexecutor-examp
PEP 3147: PYC Repository Directories 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 environments with multiple python interpreters. If one interpreter encountered
a cached file created by another interpreter, it would recompile the source and a cached file created by another interpreter, it would recompile the source and
overwrite the cached file, thus losing the benefits of caching. overwrite the cached file, thus losing the benefits of caching.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment