File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 8
8
# Keigo Fushio <fushio.keigo@gmail.com>, 2020
9
9
# mollinaca, 2020
10
10
# Takanori Suzuki <takanori@takanory.net>, 2021
11
+ # Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2021
11
12
#
12
13
#, fuzzy
13
14
msgid ""
@@ -16,7 +17,7 @@ msgstr ""
16
17
"Report-Msgid-Bugs-To : \n "
17
18
"POT-Creation-Date : 2021-04-29 17:15+0000\n "
18
19
"PO-Revision-Date : 2020-05-30 12:02+0000\n "
19
- "Last-Translator : Takanori Suzuki <takanori@takanory.net >, 2021\n "
20
+ "Last-Translator : Yusuke Miyazaki <miyazaki.dev@gmail.com >, 2021\n "
20
21
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
21
22
"MIME-Version : 1.0\n "
22
23
"Content-Type : text/plain; charset=UTF-8\n "
@@ -2488,7 +2489,7 @@ msgid ""
2488
2489
"compare equal --- this is helpful for sorting in multiple passes (for "
2489
2490
"example, sort by department, then by salary grade)."
2490
2491
msgstr ""
2491
- "組み込みの :meth:`sort ` "
2492
+ "組み込みの :func:`sorted ` "
2492
2493
"関数は安定なことが保証されています。同等な要素の相対順序を変更しないことが保証されていれば、ソートは安定です。これは複数のパスでソートを行なうのに役立ちます(例えば部署でソートしてから給与の等級でソートする場合)。"
2493
2494
2494
2495
#: ../../library/functions.rst:1532
You can’t perform that action at this time.
0 commit comments