File tree 3 files changed +16
-7
lines changed
3 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -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-05-08 03:57 +0000\n "
14
+ "POT-Creation-Date : 2025-05-09 14:59 +0000\n "
15
15
"PO-Revision-Date : 2025-05-08 05:10+0000\n "
16
16
"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
17
17
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -2151,8 +2151,8 @@ msgid ""
2151
2151
msgstr ""
2152
2152
2153
2153
msgid ""
2154
- "Return true if all characters in the string are printable, false if it "
2155
- "contains at least one non-printable character."
2154
+ "Return ``True`` if all characters in the string are printable, ``False`` if "
2155
+ "it contains at least one non-printable character."
2156
2156
msgstr ""
2157
2157
2158
2158
msgid ""
Original file line number Diff line number Diff line change @@ -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-11 14:19 +0000\n "
14
+ "POT-Creation-Date : 2025-05-09 14:59 +0000\n "
15
15
"PO-Revision-Date : 2025-05-08 05:10+0000\n "
16
16
"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
17
17
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -1020,8 +1020,8 @@ msgid ""
1020
1020
msgstr ""
1021
1021
1022
1022
msgid ""
1023
- "Returns false if the template has invalid placeholders that will cause :meth :"
1024
- "`substitute` to raise :exc:`ValueError`."
1023
+ "Returns ``False`` if the template has invalid placeholders that will cause :"
1024
+ "meth: `substitute` to raise :exc:`ValueError`."
1025
1025
msgstr ""
1026
1026
1027
1027
msgid ""
Original file line number Diff line number Diff line change @@ -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-02-21 14:16 +0000\n "
14
+ "POT-Creation-Date : 2025-05-09 14:59 +0000\n "
15
15
"PO-Revision-Date : 2025-05-08 05:10+0000\n "
16
16
"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
17
17
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -302,6 +302,15 @@ msgstr ""
302
302
"cudzysłowach (``'...'``) lub podwójnych cudzysłowach (``\" ...\" ``) z takim "
303
303
"samym wynikiem [#]_."
304
304
305
+ msgid ""
306
+ ">>> 'spam eggs' # single quotes\n"
307
+ "'spam eggs'\n"
308
+ ">>> \" Paris rabbit got your back :)! Yay!\" # double quotes\n"
309
+ "'Paris rabbit got your back :)! Yay!'\n"
310
+ ">>> '1975' # digits and numerals enclosed in quotes are also strings\n"
311
+ "'1975'"
312
+ msgstr ""
313
+
305
314
msgid ""
306
315
"To quote a quote, we need to \" escape\" it, by preceding it with ``\\ ``. "
307
316
"Alternatively, we can use the other type of quotation marks::"
You can’t perform that action at this time.
0 commit comments