Merge pull request #340 from timgates42/bugfix_typo_unnecessary

docs: fix simple typo, unecessary -> unnecessary
This commit is contained in:
R. Bernstein
2020-12-31 03:22:09 -05:00
committed by GitHub

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: