From f909cc1c9e0fd537814dc8eb4b155ea177302456 Mon Sep 17 00:00:00 2001 From: bogay Date: Wed, 3 Jan 2024 15:16:38 +0800 Subject: [PATCH] =?UTF-8?q?fix(random.po):=20typo:=20=E9=99=A2=E7=AE=97=20?= =?UTF-8?q?->=20=E9=81=8B=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/random.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/random.po b/library/random.po index 6771218a29..2008e70ecc 100644 --- a/library/random.po +++ b/library/random.po @@ -353,7 +353,7 @@ msgid "" "small biases from round-off error." msgstr "" "對於給定的種子,具有相等權重的 :func:`choices` 函式通常產生與重複呼叫 :func:" -"`choice` 不同的序列。:func:`choices` 使用的演算法使用浮點院算來實現內部一致性" +"`choice` 不同的序列。:func:`choices` 使用的演算法使用浮點運算來實現內部一致性" "和速度。:func:`choice` 使用的演算法預設為整數運算和重複選擇,以避免捨入誤差產" "生的小偏差。"