File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python 2.7\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2019-07-07 17:00+0900\n "
12
- "PO-Revision-Date : 2019-07-07 08:03 +0000\n "
12
+ "PO-Revision-Date : 2019-07-28 07:53 +0000\n "
13
13
"Last-Translator : tomo\n "
14
14
"Language-Team : Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
15
15
"MIME-Version : 1.0\n "
@@ -94,7 +94,7 @@ msgid ""
94
94
" position must be non-negative; indexing from the end of the list is not "
95
95
"supported. If *index* is out of bounds (<0 or >=len(list)), return *NULL* "
96
96
"and set an :exc:`IndexError` exception."
97
- msgstr ""
97
+ msgstr "*list* の指すリストオブジェクト内の、位置 *index* にあるオブジェクトを返します。\n位置は非負である必要があり、リスト終端からのインデックスはサポートされていません。\n*index* が範囲を超えている場合、 *NULL* を返して :exc:`IndexError` 例外をセットします。 "
98
98
99
99
#: ../../c-api/list.rst:83 ../../c-api/list.rst:107 ../../c-api/list.rst:135
100
100
msgid ""
You can’t perform that action at this time.
0 commit comments