1 parent 791aa37 commit 29c0b0bCopy full SHA for 29c0b0b
1 file changed
source/c02/p14_combine_and_concatenate_strings.rst
@@ -149,7 +149,7 @@
149
yield ''.join(parts)
150
parts = []
151
size = 0
152
- yield ''.join(parts)
+ yield ''.join(parts)
153
154
# 结合文件操作
155
with open('filename', 'w') as f:
0 commit comments