@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.13\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-04-04 14:18 +0000\n "
14+ "POT-Creation-Date : 2025-04-11 14:19 +0000\n "
1515"PO-Revision-Date : 2021-06-28 00:52+0000\n "
1616"Last-Translator : Dmytro Kazanzhy, 2023\n "
1717"Language-Team : Ukrainian (https://app.transifex.com/python-doc/teams/5390/uk/)\n "
@@ -3342,31 +3342,23 @@ msgstr ""
33423342
33433343#: ../../faq/programming.rst:1870
33443344msgid ""
3345- "1) Assignments create new names but do not change object identity. After "
3346- "the assignment ``new = old``, it is guaranteed that ``new is old``."
3345+ "Assignments create new names but do not change object identity. After the "
3346+ "assignment ``new = old``, it is guaranteed that ``new is old``."
33473347msgstr ""
3348- "1) Присвоєння створює нові імена, але не змінює ідентифікацію об’єкта. Після"
3349- " присвоєння ``нове = старе`` гарантується, що ``нове є старим``."
33503348
33513349#: ../../faq/programming.rst:1873
33523350msgid ""
3353- "2) Putting an object in a container that stores object references does not "
3351+ "Putting an object in a container that stores object references does not "
33543352"change object identity. After the list assignment ``s[0] = x``, it is "
33553353"guaranteed that ``s[0] is x``."
33563354msgstr ""
3357- "2) Поміщення об’єкта в контейнер, який зберігає посилання на об’єкти, не "
3358- "змінює ідентифікацію об’єкта. Після присвоєння списку ``s[0] = x`` "
3359- "гарантується, що ``s[0] є x``."
33603355
33613356#: ../../faq/programming.rst:1877
33623357msgid ""
3363- "3) If an object is a singleton, it means that only one instance of that "
3364- "object can exist. After the assignments ``a = None`` and ``b = None``, it "
3365- "is guaranteed that ``a is b`` because ``None`` is a singleton."
3358+ "If an object is a singleton, it means that only one instance of that object "
3359+ "can exist. After the assignments ``a = None`` and ``b = None``, it is "
3360+ "guaranteed that ``a is b`` because ``None`` is a singleton."
33663361msgstr ""
3367- "3) Якщо об’єкт є єдиним, це означає, що може існувати лише один екземпляр "
3368- "цього об’єкта. Після присвоєння ``a = None`` і ``b = None`` гарантується, що"
3369- " ``a є b``, оскільки ``None`` є єдиним елементом."
33703362
33713363#: ../../faq/programming.rst:1881
33723364msgid ""
0 commit comments