|
8 | 8 | msgstr ""
|
9 | 9 | "Project-Id-Version: Python 2.7\n"
|
10 | 10 | "Report-Msgid-Bugs-To: \n"
|
11 |
| -"POT-Creation-Date: 2018-06-16 13:40+0900\n" |
12 |
| -"PO-Revision-Date: 2018-06-16 04:43+0000\n" |
| 11 | +"POT-Creation-Date: 2018-09-02 14:16+0900\n" |
| 12 | +"PO-Revision-Date: 2018-09-02 05:18+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"
|
@@ -1212,12 +1212,12 @@ msgstr "struct sequence"
|
1212 | 1212 | #: ../../glossary.rst:712
|
1213 | 1213 | msgid ""
|
1214 | 1214 | "A tuple with named elements. Struct sequences expose an interface similiar "
|
1215 |
| -"to :term:`named tuple` in that elements can either be accessed either by " |
1216 |
| -"index or as an attribute. However, they do not have any of the named tuple " |
1217 |
| -"methods like :meth:`~collections.somenamedtuple._make` or " |
| 1215 | +"to :term:`named tuple` in that elements can be accessed either by index or " |
| 1216 | +"as an attribute. However, they do not have any of the named tuple methods " |
| 1217 | +"like :meth:`~collections.somenamedtuple._make` or " |
1218 | 1218 | ":meth:`~collections.somenamedtuple._asdict`. Examples of struct sequences "
|
1219 | 1219 | "include :data:`sys.float_info` and the return value of :func:`os.stat`."
|
1220 |
| -msgstr "(構造体シーケンス) 名付けられた要素を持つタプルです。構造体シーケンスは :term:`named tuple` と同じく、要素にインデクスでも属性でもアクセスできるインタフェースを公開します。しかし、名前付きタプルの :meth:`~collections.somenamedtuple._make` や :meth:`~collections.somenamedtuple._asdict` のようなメソッドを持ちません。構造体シーケンスの例には、:data:`sys.float_info` や、 :func:`os.stat` の返り値や、その他があります。" |
| 1220 | +msgstr "" |
1221 | 1221 |
|
1222 | 1222 | #: ../../glossary.rst:718
|
1223 | 1223 | msgid "triple-quoted string"
|
|
0 commit comments