File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -91,11 +91,10 @@ write back the modified script.
9191 sequences with at least two elements, the token type and the token string.
9292 Any additional sequence elements are ignored.
9393
94- The reconstructed script is returned as a single string. The result is
95- guaranteed to tokenize back to match the input so that the conversion is
96- lossless and round-trips are assured. The guarantee applies only to the
97- token type and token string as the spacing between tokens (column
98- positions) may change.
94+ The result is guaranteed to tokenize back to match the input so that the
95+ conversion is lossless and round-trips are assured. The guarantee applies
96+ only to the token type and token string as the spacing between tokens
97+ (column positions) may change.
9998
10099 It returns bytes, encoded using the :data: `~token.ENCODING ` token, which
101100 is the first token sequence output by :func: `.tokenize `. If there is no
You can’t perform that action at this time.
0 commit comments