File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 88msgstr ""
99"Project-Id-Version : Python 2.7\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2019-01-01 15:21 +0900\n "
12- "PO-Revision-Date : 2018-01-20 20:54 +0000\n "
11+ "POT-Creation-Date : 2019-07-07 17:00 +0900\n "
12+ "PO-Revision-Date : 2019-07-07 08:03 +0000\n "
1313"Last-Translator : tomo\n "
1414"Language-Team : Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
1515"MIME-Version : 1.0\n "
@@ -91,10 +91,10 @@ msgstr "このマクロは以前は :c:type:`int` を返していました。こ
9191#: ../../c-api/list.rst:78
9292msgid ""
9393"Return the object at position *index* in the list pointed to by *list*. The"
94- " position must be positive, indexing from the end of the list is not "
95- "supported. If *index* is out of bounds, return *NULL* and set an "
96- ":exc:`IndexError` exception."
97- msgstr "*list* の指すリストオブジェクト内の、位置 *index* にあるオブジェクトを返します。位置は正である必要があり、リスト終端からのインデックスはサポートされていません。 *index* が範囲を超えている場合、 *NULL* を返して :exc:`IndexError` 例外をセットします。 "
94+ " position must be non-negative; indexing from the end of the list is not "
95+ "supported. If *index* is out of bounds (<0 or >=len(list)) , return *NULL* "
96+ "and set an :exc:`IndexError` exception."
97+ msgstr ""
9898
9999#: ../../c-api/list.rst:83 ../../c-api/list.rst:107 ../../c-api/list.rst:135
100100msgid ""
You can’t perform that action at this time.
0 commit comments