Skip to content

Commit e046323

Browse files
committed
Some typos
1 parent e80c131 commit e046323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ however that the magic of a released version is usually the same as
211211
the *last* candidate version prior to release.
212212

213213
There are also customized Python interpreters, notably Dropbox,
214-
which use their own magic and encrypt bytcode. With the exception of
214+
which use their own magic and encrypt bytecode. With the exception of
215215
the Dropbox's old Python 2.5 interpreter this kind of thing is not
216216
handled.
217217

@@ -230,7 +230,7 @@ There is lots to do, so please dig in and help.
230230
See Also
231231
--------
232232

233-
* https://github.com/rocky/python-decompile3 : Much smaller and more modern code, focusing on 3.7+. Changes in that will get migrated back ehre.
233+
* https://github.com/rocky/python-decompile3 : Much smaller and more modern code, focusing on 3.7+. Changes in that will get migrated back here.
234234
* https://code.google.com/archive/p/unpyc3/ : supports Python 3.2 only. The above projects use a different decompiling technique than what is used here. Currently unmaintained.
235235
* https://github.com/figment/unpyc3/ : fork of above, but supports Python 3.3 only. Includes some fixes like supporting function annotations. Currently unmaintained.
236236
* https://github.com/wibiti/uncompyle2 : supports Python 2.7 only, but does that fairly well. There are situations where :code:`uncompyle6` results are incorrect while :code:`uncompyle2` results are not, but more often uncompyle6 is correct when uncompyle2 is not. Because :code:`uncompyle6` adheres to accuracy over idiomatic Python, :code:`uncompyle2` can produce more natural-looking code when it is correct. Currently :code:`uncompyle2` is lightly maintained. See its issue `tracker <https://github.com/wibiti/uncompyle2/issues>`_ for more details

0 commit comments

Comments
 (0)