Skip to content

Commit 7722b24

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent ff91df6 commit 7722b24

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

reference/datamodel.po

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.7\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2019-12-16 04:24+0000\n"
16+
"POT-Creation-Date: 2019-12-20 04:25+0000\n"
1717
"PO-Revision-Date: 2019-09-01 03:43+0000\n"
1818
"Last-Translator: Osamu NAKAMURA, 2019\n"
1919
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -1359,19 +1359,9 @@ msgid ""
13591359
"the first line number of the function; :attr:`co_lnotab` is a string "
13601360
"encoding the mapping from bytecode offsets to line numbers (for details see "
13611361
"the source code of the interpreter); :attr:`co_stacksize` is the required "
1362-
"stack size (including local variables); :attr:`co_flags` is an integer "
1363-
"encoding a number of flags for the interpreter."
1364-
msgstr ""
1365-
"読み出し専用の特殊属性: :attr:`co_name` は関数名を表します; :attr:`co_argcount` は位置引数 "
1366-
"(positional argument) の数です; :attr:`co_nlocals` は関数が使う (引数を含めた) ローカル変数の数です; "
1367-
":attr:`co_varnames` はローカル変数名の入ったタプルです (引数名から始まっています); :attr:`co_cellvars` "
1368-
"はネストされた関数で参照されているローカル変数の名前が入ったタプルです; :attr:`co_freevars` は自由変数の名前が入ったタプルです。 "
1369-
":attr:`co_code` はバイトコード列を表現している文字列です; :attr:`co_consts` "
1370-
"はバイトコードで使われているリテラルの入ったタプルです; :attr:`co_names` はバイトコードで使われている名前の入ったタプルです; "
1371-
":attr:`co_filename` はバイトコードのコンパイルが行われたファイル名です; :attr:`co_firstlineno` "
1372-
"は関数の最初の行番号です; :attr:`co_lnotab` はバイトコードオフセットから行番号への対応付けをコード化した文字列です "
1373-
"(詳細についてはインタプリタのソースコードを参照してください); :attr:`co_stacksize` は関数で (ローカル変数の分も含めて) "
1374-
"必要なスタックサイズです; :attr:`co_flags` はインタプリタ用の様々なフラグをコード化した整数です。"
1362+
"stack size; :attr:`co_flags` is an integer encoding a number of flags for "
1363+
"the interpreter."
1364+
msgstr ""
13751365

13761366
#: /home/travis/build/python/cpython-doc-catalog/Doc/reference/datamodel.rst:930
13771367
msgid ""

0 commit comments

Comments
 (0)