File tree 1 file changed +4
-5
lines changed
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.
91
91
sequences with at least two elements, the token type and the token string.
92
92
Any additional sequence elements are ignored.
93
93
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.
99
98
100
99
It returns bytes, encoded using the :data: `~token.ENCODING ` token, which
101
100
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