Skip to content

Commit 3d3ddf4

Browse files
author
github-actions
committed
Merge 3.11 into 3.8
1 parent ccc7034 commit 3d3ddf4

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
@@ -58,6 +58,11 @@ msgid ""
5858
"you may be able to use :func:`map` to ensure a consistent result, for "
5959
"example: ``map(float, input_data)``."
6060
msgstr ""
61+
"特に明記しない限り、これらの関数は :class:`int`, :class:`float`, :class:"
62+
"`~decimal.Decimal` そして :class:`~fractions.Fraction` をサポートします。他の"
63+
"型 (算術型及びそれ以外) は現在サポートされていません。型が混ざったコレクショ"
64+
"ンも未定義で実装依存です。入力データが複数の型からなる場合、:func:`map` を使"
65+
"用すると正しい結果が得られるでしょう。 例: ``map(float, input_data)``。"
6166

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

0 commit comments

Comments
 (0)