@@ -2594,17 +2594,17 @@ msgid ""
2594
2594
"1) Assignments create new names but do not change object identity. After "
2595
2595
"the assignment ``new = old``, it is guaranteed that ``new is old``."
2596
2596
msgstr ""
2597
- "1) 代入は新しい名前を作りますが、オブジェクトIDは変えません。 ``new = old`` "
2598
- "代入の後、 ``new is old`` が保証されます。. "
2597
+ "1) 代入は新しい名前を作りますが、オブジェクトIDは変えません。 ``new = "
2598
+ "old`` 代入の後、 ``new is old`` が保証されます。"
2599
2599
2600
2600
#: ../../faq/programming.rst:1834
2601
2601
msgid ""
2602
2602
"2) Putting an object in a container that stores object references does not "
2603
2603
"change object identity. After the list assignment ``s[0] = x``, it is "
2604
2604
"guaranteed that ``s[0] is x``."
2605
2605
msgstr ""
2606
- "2) オブジェクト参照を格納するコンテナにオブジェクトを入れても、オブジェクトID "
2607
- "は変わりません 。 ``s[0] = x`` リスト代入の後、 ``s[0] is x`` が保証されま"
2606
+ "2) オブジェクト参照を格納するコンテナにオブジェクトを入れても、オブジェクト "
2607
+ "IDは変わりません 。 ``s[0] = x`` リスト代入の後、 ``s[0] is x`` が保証されま"
2608
2608
"す。"
2609
2609
2610
2610
#: ../../faq/programming.rst:1838
@@ -2613,8 +2613,8 @@ msgid ""
2613
2613
"object can exist. After the assignments ``a = None`` and ``b = None``, it "
2614
2614
"is guaranteed that ``a is b`` because ``None`` is a singleton."
2615
2615
msgstr ""
2616
- "3) オブジェクトがシングルトンなら、それはそのオブジェクトのインスタンスは1つ "
2617
- "だけ存在できることを意味します 。 ``a = None`` と ``b = None`` 代入の後、 "
2616
+ "3) オブジェクトがシングルトンなら、それはそのオブジェクトのインスタンスは1 "
2617
+ "つだけ存在できることを意味します 。 ``a = None`` と ``b = None`` 代入の後、 "
2618
2618
"``a is b`` が保証されます。``None`` がシングルトンのためです。"
2619
2619
2620
2620
#: ../../faq/programming.rst:1842
0 commit comments