@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.12\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2023-09-08 14:13+0000\n "
14
+ "POT-Creation-Date : 2023-09-22 14:13+0000\n "
15
15
"PO-Revision-Date : 2021-06-28 01:09+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 "
@@ -1491,15 +1491,10 @@ msgstr ""
1491
1491
msgid ""
1492
1492
"In the case of {}-formatting, you can specify formatting flags by placing "
1493
1493
"them after the attribute name, separated from it with a colon. For example: "
1494
- "a placeholder of ``{msecs:03d }`` would format a millisecond value of ``4`` "
1495
- "as ``004``. Refer to the :meth:`str.format` documentation for full details "
1494
+ "a placeholder of ``{msecs:03.0f }`` would format a millisecond value of ``4``"
1495
+ " as ``004``. Refer to the :meth:`str.format` documentation for full details "
1496
1496
"on the options available to you."
1497
1497
msgstr ""
1498
- "У випадку {}-форматування ви можете вказати прапорці форматування, "
1499
- "розмістивши їх після назви атрибута, відокремивши від нього двокрапку. "
1500
- "Наприклад: заповнювач ``{msecs:03d}`` відформатує мілісекундне значення "
1501
- "``4`` як ``004``. Зверніться до документації :meth:`str.format`, щоб "
1502
- "отримати детальну інформацію про доступні вам параметри."
1503
1498
1504
1499
#: ../../library/logging.rst:915
1505
1500
msgid "Attribute name"
0 commit comments