You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
docs: fix simple typo, unecessary -> unnecessary
There is a small typo in test/simple_source/looping/12_if_while_true_pass.py. Should read `unnecessary` rather than `unecessary`.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Python 3.3 pyclbr.py
|
# Python 3.3 pyclbr.py
|
||||||
# Note that Python 3 adds a lot of unecessary "continues"
|
# Note that Python 3 adds a lot of unnecessary "continues"
|
||||||
# and puts that in for "pass"
|
# and puts that in for "pass"
|
||||||
def _readmodule(g, token, path):
|
def _readmodule(g, token, path):
|
||||||
for tokentype in g:
|
for tokentype in g:
|
||||||
|
Reference in New Issue
Block a user