Update README.rst

This commit is contained in:
R. Bernstein
2016-01-02 13:32:32 -05:00
parent f0cc2df543
commit ca00e433b7

View File

@@ -37,7 +37,7 @@ information.
Other parts of the library can be used inside Python for various
bytecode-related tasks. For example you can read in bytecode,
i.e. perform a version-independent `marshal.loads()`, and disassemble
the bytecode using version of Python different from the one used to
the bytecode using a version of Python different from the one used to
compile the bytecode.