Fix typo
authorDavid Malcolm <dmalcolm@redhat.com>
Tue, 7 Dec 2010 00:32:04 +0000 (00:32 +0000)
committerDavid Malcolm <dmalcolm@redhat.com>
Tue, 7 Dec 2010 00:32:04 +0000 (00:32 +0000)
Doc/whatsnew/3.2.rst

index 8082ca06a0acd59fd65dd06e7dc8d8b7ca543a67..421776b212a1139a9574bd5f2f6caedf501e8f3e 100644 (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.