|
8 | 8 | msgstr ""
|
9 | 9 | "Project-Id-Version: Python 3.6\n"
|
10 | 10 | "Report-Msgid-Bugs-To: \n"
|
11 |
| -"POT-Creation-Date: 2018-08-10 14:06+0900\n" |
| 11 | +"POT-Creation-Date: 2018-09-02 14:16+0900\n" |
12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
13 | 13 | "Last-Translator: tomo🐧, 2018\n"
|
14 | 14 | "Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
|
@@ -2061,18 +2061,12 @@ msgstr "struct sequence"
|
2061 | 2061 | #: ../../glossary.rst:1008
|
2062 | 2062 | msgid ""
|
2063 | 2063 | "A tuple with named elements. Struct sequences expose an interface similar to"
|
2064 |
| -" :term:`named tuple` in that elements can either be accessed either by index" |
2065 |
| -" or as an attribute. However, they do not have any of the named tuple " |
2066 |
| -"methods like :meth:`~collections.somenamedtuple._make` or " |
| 2064 | +" :term:`named tuple` in that elements can be accessed either by index or as " |
| 2065 | +"an attribute. However, they do not have any of the named tuple methods like " |
| 2066 | +":meth:`~collections.somenamedtuple._make` or " |
2067 | 2067 | ":meth:`~collections.somenamedtuple._asdict`. Examples of struct sequences "
|
2068 | 2068 | "include :data:`sys.float_info` and the return value of :func:`os.stat`."
|
2069 | 2069 | msgstr ""
|
2070 |
| -"(構造体シーケンス) 名付けられた要素を持つタプルです。構造体シーケンスは :term:`named tuple` " |
2071 |
| -"と同じく、要素にインデクスでも属性でもアクセスできるインタフェースを公開します。しかし、名前付きタプルの " |
2072 |
| -":meth:`~collections.somenamedtuple._make` や " |
2073 |
| -":meth:`~collections.somenamedtuple._asdict` " |
2074 |
| -"のようなメソッドを持ちません。構造体シーケンスの例には、:data:`sys.float_info` や、 :func:`os.stat` " |
2075 |
| -"の返り値や、その他があります。" |
2076 | 2070 |
|
2077 | 2071 | #: ../../glossary.rst:1014
|
2078 | 2072 | msgid "text encoding"
|
|
0 commit comments