From 6cffd49799c51a6a937d7647a5633266e916d56b Mon Sep 17 00:00:00 2001 From: DarkGuySM <78262720+DarkGuySM@users.noreply.github.com> Date: Sun, 2 Oct 2022 15:44:29 +0530 Subject: [PATCH] Update README.markdown Corrected spelling mistake. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 8326f43..787435c 100644 --- a/README.markdown +++ b/README.markdown @@ -41,7 +41,7 @@ Any errors are printed to stderr. **Marshalled code objects**: Both tools support Python marshalled code objects, as output from `marshal.dumps(compile(...))`. -To use this feature, specify `-c -v ` on the command line - the version must be specified as the objects themelves do not contain version metadata. +To use this feature, specify `-c -v ` on the command line - the version must be specified as the objects themselves do not contain version metadata. ## Authors, Licence, Credits Decompyle++ is the work of Michael Hansen and Darryl Pogue.