Typo repair found by Ezio Melotti.
This commit is contained in:
parent
5b4ff3044b
commit
ac156dfd10
|
@ -359,7 +359,7 @@ For alternative Python implementations which do not support `pyc`
|
||||||
files, the `__cached__` attribute may point to whatever information
|
files, the `__cached__` attribute may point to whatever information
|
||||||
makes sense. E.g. on Jython, this might be the `.class` file for the
|
makes sense. E.g. on Jython, this might be the `.class` file for the
|
||||||
module: `__pycache__/foo.jython-32.class`. Some implementations may
|
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
|
`__cached__` may be a tuple. The exact contents of `__cached__` are
|
||||||
Python implementation specific.
|
Python implementation specific.
|
||||||
|
|
||||||
|
@ -482,8 +482,8 @@ implementation remain in sync.
|
||||||
Open issues
|
Open issues
|
||||||
===========
|
===========
|
||||||
|
|
||||||
bytecode-only packages
|
Byte code only packages
|
||||||
----------------------
|
-----------------------
|
||||||
|
|
||||||
Some users of Python distribute packages containing only the byte code
|
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
|
files (pyc). The use cases for this are to make it more difficult for
|
||||||
|
|
Loading…
Reference in New Issue