Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c30980d

Browse files
author
github-actions
committed
Merge 3.11 into 3.9
1 parent e7cd7f4 commit c30980d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

library/statistics.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ msgid ""
6363
"you may be able to use :func:`map` to ensure a consistent result, for "
6464
"example: ``map(float, input_data)``."
6565
msgstr ""
66+
"特に明記しない限り、これらの関数は :class:`int`, :class:`float`, :class:"
67+
"`~decimal.Decimal` そして :class:`~fractions.Fraction` をサポートします。他の"
68+
"型 (算術型及びそれ以外) は現在サポートされていません。型が混ざったコレクショ"
69+
"ンも未定義で実装依存です。入力データが複数の型からなる場合、:func:`map` を使"
70+
"用すると正しい結果が得られるでしょう。 例: ``map(float, input_data)``。"
6671

6772
#: ../../library/statistics.rst:39
6873
msgid "Averages and measures of central location"

0 commit comments

Comments
 (0)