Skip to content

Commit 24de9ec

Browse files
hsiangjenliDr-XYZ
andauthored
Update library/itertools.po
Co-authored-by: Dr.XYZ <[email protected]>
1 parent 8a26728 commit 24de9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/itertools.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1992,7 +1992,7 @@ msgstr ""
19921992
" return list(islice(iterable, n))\n"
19931993
"\n"
19941994
"def prepend(value, iterable):\n"
1995-
" \"在可疊代物件前插入單一值\"\n"
1995+
" \"在可疊代物件開頭插入單一值\"\n"
19961996
" # prepend(1, [2, 3, 4]) → 1 2 3 4\n"
19971997
" return chain([value], iterable)\n"
19981998
"\n"

0 commit comments

Comments
 (0)