From d3d375d9545d6a977df2b2cc5ecdb8f937565b1d Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 21 Dec 2015 21:58:33 -0500 Subject: [PATCH] grammar --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index d6b015ca..19073af0 100644 --- a/README.rst +++ b/README.rst @@ -33,10 +33,10 @@ when source-code information does not exist and there is just bytecode information. Other parts of the library can be used inside Python for various -bytecode-related tasks. For example you can read in bytecode (do a -version indepedant `marshal.loads()` and disassemble that from a -version of Python different from the one the bytecode was compiled -for. +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 +compile the bytecode. Installation