From fc38e23d8f2d4924a961943e91a03b2986954a17 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Thu, 31 Dec 2020 18:11:41 +1100 Subject: [PATCH] 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`. --- test/simple_source/looping/12_if_while_true_pass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/simple_source/looping/12_if_while_true_pass.py b/test/simple_source/looping/12_if_while_true_pass.py index cf3bd1c5..ef42a0ad 100644 --- a/test/simple_source/looping/12_if_while_true_pass.py +++ b/test/simple_source/looping/12_if_while_true_pass.py @@ -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: