Skip to content

Commit 8a26728

Browse files
hsiangjenliDr-XYZ
andauthored
Update library/itertools.po
Co-authored-by: Dr.XYZ <dr.xyz.tw@gmail.com>
1 parent 5eccca8 commit 8a26728

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
@@ -2344,7 +2344,7 @@ msgstr ""
23442344
"\n"
23452345
" 此方法在數值穩定性上比 Horner 方法更好。\n"
23462346
" \"\"\"\n"
2347-
" # 計算 x³ -4x² -17x + 60 在 x = 5\n"
2347+
" # 計算 x³ -4x² -17x + 60 在 x = 5 時的值\n"
23482348
" # polynomial_eval([1, -4, -17, 60], x=5) → 0\n"
23492349
" n = len(coefficients)\n"
23502350
" if not n:\n"

0 commit comments

Comments
 (0)