Typo repair found by Ezio Melotti.

This commit is contained in:
Barry Warsaw 2010-03-01 13:30:07 +00:00
parent 5b4ff3044b
commit ac156dfd10
1 changed files with 3 additions and 3 deletions

View File

@ -359,7 +359,7 @@ For alternative Python implementations which do not support `pyc`
files, the `__cached__` attribute may point to whatever information
makes sense. E.g. on Jython, this might be the `.class` file for the
module: `__pycache__/foo.jython-32.class`. Some implementations may
use multiple files compiled files to create the module, in which case
use multiple compiled files to create the module, in which case
`__cached__` may be a tuple. The exact contents of `__cached__` are
Python implementation specific.
@ -482,8 +482,8 @@ implementation remain in sync.
Open issues
===========
bytecode-only packages
----------------------
Byte code only packages
-----------------------
Some users of Python distribute packages containing only the byte code
files (pyc). The use cases for this are to make it more difficult for