@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.13\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2025-04-04 14:18 +0000\n "
15+ "POT-Creation-Date : 2025-04-11 14:19 +0000\n "
1616"PO-Revision-Date : 2021-06-28 00:52+0000\n "
1717"Last-Translator : Danial Behzadi <dani.behzi@ubuntu.com>, 2025\n "
1818"Language-Team : Persian (https://app.transifex.com/python-doc/teams/5390/ "
@@ -2820,22 +2820,22 @@ msgstr ""
28202820
28212821#: ../../faq/programming.rst:1870
28222822msgid ""
2823- "1) Assignments create new names but do not change object identity. After "
2824- "the assignment ``new = old``, it is guaranteed that ``new is old``."
2823+ "Assignments create new names but do not change object identity. After the "
2824+ "assignment ``new = old``, it is guaranteed that ``new is old``."
28252825msgstr ""
28262826
28272827#: ../../faq/programming.rst:1873
28282828msgid ""
2829- "2) Putting an object in a container that stores object references does not "
2829+ "Putting an object in a container that stores object references does not "
28302830"change object identity. After the list assignment ``s[0] = x``, it is "
28312831"guaranteed that ``s[0] is x``."
28322832msgstr ""
28332833
28342834#: ../../faq/programming.rst:1877
28352835msgid ""
2836- "3) If an object is a singleton, it means that only one instance of that "
2837- "object can exist. After the assignments ``a = None`` and ``b = None``, it "
2838- "is guaranteed that ``a is b`` because ``None`` is a singleton."
2836+ "If an object is a singleton, it means that only one instance of that object "
2837+ "can exist. After the assignments ``a = None`` and ``b = None``, it is "
2838+ "guaranteed that ``a is b`` because ``None`` is a singleton."
28392839msgstr ""
28402840
28412841#: ../../faq/programming.rst:1881
0 commit comments