From 20b16c44ff57610686f821f6df106a42e041feea Mon Sep 17 00:00:00 2001 From: "R. Bernstein" Date: Wed, 15 May 2019 03:22:05 -0400 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 76dc7bfe..d2d2dd11 100644 --- a/README.rst +++ b/README.rst @@ -152,7 +152,7 @@ for that bytecode version. Having done this the bytecode produced could be compared with the original bytecode. However as Python's code generation got better, this is no longer feasible. -There verification that we use that doesn't check bytecode for +The verification that we use that doesn't check bytecode for equivalence but does check to see if the resulting decompiled source is a valid Python program by running the Python interpreter. Because the Python language has changed so much, for best results you should