77# 秘湯 <xwhhsprings@gmail.com>, 2017
88# Shun Sakurai, 2017
99# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2017
10- # Arihiro TAKASE, 2017
1110# E. Kawashima, 2017
11+ # Arihiro TAKASE, 2017
1212# Inada Naoki <songofacandy@gmail.com>, 2017
1313# tomo, 2018
1414#
@@ -17,7 +17,7 @@ msgid ""
1717msgstr ""
1818"Project-Id-Version :Python 3.8\n "
1919"Report-Msgid-Bugs-To :\n "
20- "POT-Creation-Date :2020-02-09 12:40 +0000\n "
20+ "POT-Creation-Date :2020-03-31 13:21 +0000\n "
2121"PO-Revision-Date :2017-02-16 23:22+0000\n "
2222"Last-Translator :tomo, 2018\n "
2323"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -132,12 +132,10 @@ msgstr ""
132132
133133#: ../../library/pprint.rst:147
134134msgid ""
135- "Determine if the formatted representation of *object* is\" readable, \" or "
135+ "Determine if the formatted representation of *object* is\" readable\" , or "
136136"can be used to reconstruct the value using :func:`eval`. This always "
137137"returns ``False`` for recursive objects."
138138msgstr ""
139- "*object* を書式化して出力できる(\" readable\" ) か、あるいは :func:`eval` "
140- "を使って値を再構成できるかを返します。再帰的なオブジェクトに対しては常に ``False`` を返します。"
141139
142140#: ../../library/pprint.rst:157
143141msgid "Determine if *object* requires a recursive representation."