Skip to content

Commit

Permalink
Fix simple typo: intput -> input (#1146)
Browse files Browse the repository at this point in the history
Fixes #1147
  • Loading branch information
timgates42 authored and JelleZijlstra committed Nov 7, 2019
1 parent 9b484d1 commit de6f4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blib2to3/pgen2/tokenize.py
Expand Up @@ -389,7 +389,7 @@ def untokenize(iterable: Iterable[TokenInfo]) -> Text:
Round-trip invariant for full input:
Untokenized source will match input source exactly
Round-trip invariant for limited intput:
Round-trip invariant for limited input:
# Output text will tokenize the back to the input
t1 = [tok[:2] for tok in generate_tokens(f.readline)]
newcode = untokenize(t1)
Expand Down

0 comments on commit de6f4b1

Please sign in to comment.