@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.13\n "
13
13
"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 "
15
15
"PO-Revision-Date : 2021-06-28 00:52+0000\n "
16
16
"Last-Translator : Dmytro Kazanzhy, 2023\n "
17
17
"Language-Team : Ukrainian (https://app.transifex.com/python-doc/teams/5390/uk/)\n "
@@ -3342,31 +3342,23 @@ msgstr ""
3342
3342
3343
3343
#: ../../faq/programming.rst:1870
3344
3344
msgid ""
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``."
3347
3347
msgstr ""
3348
- "1) Присвоєння створює нові імена, але не змінює ідентифікацію об’єкта. Після"
3349
- " присвоєння ``нове = старе`` гарантується, що ``нове є старим``."
3350
3348
3351
3349
#: ../../faq/programming.rst:1873
3352
3350
msgid ""
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 "
3354
3352
"change object identity. After the list assignment ``s[0] = x``, it is "
3355
3353
"guaranteed that ``s[0] is x``."
3356
3354
msgstr ""
3357
- "2) Поміщення об’єкта в контейнер, який зберігає посилання на об’єкти, не "
3358
- "змінює ідентифікацію об’єкта. Після присвоєння списку ``s[0] = x`` "
3359
- "гарантується, що ``s[0] є x``."
3360
3355
3361
3356
#: ../../faq/programming.rst:1877
3362
3357
msgid ""
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."
3366
3361
msgstr ""
3367
- "3) Якщо об’єкт є єдиним, це означає, що може існувати лише один екземпляр "
3368
- "цього об’єкта. Після присвоєння ``a = None`` і ``b = None`` гарантується, що"
3369
- " ``a є b``, оскільки ``None`` є єдиним елементом."
3370
3362
3371
3363
#: ../../faq/programming.rst:1881
3372
3364
msgid ""
0 commit comments