Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 0e5dc42

Browse files
committed
Update printf appendix
1 parent 02ea7df commit 0e5dc42

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/_locales/uk/LC_MESSAGES/appx/printf.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python Training Course 2022.11.dev\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2023-10-05 19:49+0300\n"
10-
"PO-Revision-Date: 2023-10-05 20:02+0300\n"
9+
"POT-Creation-Date: 2023-12-26 23:58+0200\n"
10+
"PO-Revision-Date: 2023-12-27 00:02+0200\n"
1111
"Last-Translator: Serhii Horodilov <sgorodil@gmail.com>\n"
1212
"Language-Team: ua <LL@li.org>\n"
1313
"Language: uk\n"
@@ -16,8 +16,8 @@ msgstr ""
1616
"Content-Transfer-Encoding: 8bit\n"
1717
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
1818
"n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
19-
"Generated-By: Babel 2.13.0\n"
20-
"X-Generator: Poedit 3.4\n"
19+
"Generated-By: Babel 2.14.0\n"
20+
"X-Generator: Poedit 3.4.2\n"
2121

2222
#: ../../src/appx/printf.txt:-1
2323
msgid "Formatted strings usage in Python"
@@ -32,8 +32,8 @@ msgid "python, string, formatting"
3232
msgstr "python, string, formatting"
3333

3434
#: ../../src/appx/printf.txt:10
35-
msgid "``printf-style`` String Formatting"
36-
msgstr "``printf-style`` Форматування рядків"
35+
msgid "String Formatting: printf-style"
36+
msgstr "Форматування рядка: стиль printf"
3737

3838
#: ../../src/appx/printf.txt:12
3939
msgid ""

src/appx/printf.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
.. todo: add code examples
77

8-
##################################
9-
``printf-style`` String Formatting
10-
##################################
8+
###############################
9+
String Formatting: printf-style
10+
###############################
1111

1212
String objects have one unique built-in operation: the ``%`` operator (modulo).
1313
This is also known as the string *formatting* or *interpolation* operator

0 commit comments

Comments
 (0)