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:
Tim Gates 2020-12-31 18:11:41 +11:00
parent 5c16c73a6c
commit fc38e23d8f
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05

View File

@ -1,5 +1,5 @@
# 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"
def _readmodule(g, token, path):
for tokentype in g: