@@ -14,7 +14,7 @@ msgid ""
14
14
msgstr ""
15
15
"Project-Id-Version : Python 3.7\n "
16
16
"Report-Msgid-Bugs-To : \n "
17
- "POT-Creation-Date : 2019-01-01 10:14+0900 \n "
17
+ "POT-Creation-Date : 2019-08-30 03:20+0000 \n "
18
18
"PO-Revision-Date : 2017-02-16 17:48+0000\n "
19
19
"Last-Translator : Osamu NAKAMURA, 2019\n "
20
20
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -387,19 +387,15 @@ msgstr "たいてい、変換器の使い方は次のようになります::"
387
387
#: ../../library/ast.rst:264
388
388
msgid ""
389
389
"Return a formatted dump of the tree in *node*. This is mainly useful for "
390
- "debugging purposes. The returned string will show the names and the values "
391
- "for fields. This makes the code impossible to evaluate, so if evaluation is"
392
- " wanted *annotate_fields* must be set to ``False``. Attributes such as line"
393
- " numbers and column offsets are not dumped by default. If this is wanted, "
394
- "*include_attributes* can be set to ``True``."
390
+ "debugging purposes. If *annotate_fields* is true (by default), the returned"
391
+ " string will show the names and the values for fields. If *annotate_fields* "
392
+ "is false, the result string will be more compact by omitting unambiguous "
393
+ "field names. Attributes such as line numbers and column offsets are not "
394
+ "dumped by default. If this is wanted, *include_attributes* can be set to "
395
+ "true."
395
396
msgstr ""
396
- "*node* "
397
- "中のツリーのフォーマットされたダンプを返します。主な使い道はデバッグです。返される文字列は名前とフィールドの値を表示します。これを使うとコードは評価できなくなりますので、評価が必要ならば"
398
- " *annotate_fields* に ``False`` "
399
- "をセットしなければなりません。行番号や列オフセットのような属性はデフォルトではダンプされません。これが欲しければ、*include_attributes*"
400
- " を ``True`` にセットすることができます。"
401
397
402
- #: ../../library/ast.rst:273
398
+ #: ../../library/ast.rst:274
403
399
msgid ""
404
400
"`Green Tree Snakes <https://greentreesnakes.readthedocs.io/>`_, an external "
405
401
"documentation resource, has good details on working with Python ASTs."
0 commit comments