@@ -14,7 +14,7 @@ msgid ""
1414msgstr ""
1515"Project-Id-Version : Python 3.7\n "
1616"Report-Msgid-Bugs-To : \n "
17- "POT-Creation-Date : 2018-06-30 05:56 +0900\n "
17+ "POT-Creation-Date : 2018-11-02 09:38 +0900\n "
1818"PO-Revision-Date : 2017-02-16 23:04+0000\n "
1919"Last-Translator : Osamu NAKAMURA, 2017\n "
2020"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -108,9 +108,9 @@ msgstr ":func:`deepcopy` 関数では、これらの問題を以下のように
108108
109109#: ../../library/copy.rst:55
110110msgid ""
111- "keeping a \" memo\" dictionary of objects already copied during the current "
111+ "keeping a `` memo`` dictionary of objects already copied during the current "
112112"copying pass; and"
113- msgstr "現在のコピー過程ですでにコピーされたオブジェクトからなる、 \" メモ \" 辞書を保持します; かつ "
113+ msgstr ""
114114
115115#: ../../library/copy.rst:58
116116msgid ""
@@ -156,16 +156,11 @@ msgid ""
156156"special methods :meth:`__copy__` and :meth:`__deepcopy__`. The former is "
157157"called to implement the shallow copy operation; no additional arguments are "
158158"passed. The latter is called to implement the deep copy operation; it is "
159- "passed one argument, the memo dictionary. If the :meth:`__deepcopy__` "
159+ "passed one argument, the `` memo`` dictionary. If the :meth:`__deepcopy__` "
160160"implementation needs to make a deep copy of a component, it should call the "
161161":func:`deepcopy` function with the component as first argument and the memo "
162162"dictionary as second argument."
163163msgstr ""
164- "クラス独自のコピー実装を定義するために、特殊メソッド :meth:`__copy__` および :meth:`__deepcopy__` "
165- "を定義することができます。前者は浅いコピー操作を実装するために使われます; 追加の引数はありません。後者は深いコピー操作を実現するために呼び出されます;"
166- " この関数には単一の引数としてメモ辞書が渡されます。 :meth:`__deepcopy__` "
167- "の実装で、内容のオブジェクトに対して深いコピーを生成する必要がある場合、 :func:`deepcopy` "
168- "を呼び出し、最初の引数にそのオブジェクトを、メモ辞書を二つ目の引数に与えなければなりません。"
169164
170165#: ../../library/copy.rst:93
171166msgid "Module :mod:`pickle`"
0 commit comments