File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -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-05-08 03:57 +0000\n "
14+ "POT-Creation-Date : 2025-05-09 14:59 +0000\n "
1515"PO-Revision-Date : 2025-05-08 05:10+0000\n "
1616"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -2151,8 +2151,8 @@ msgid ""
21512151msgstr ""
21522152
21532153msgid ""
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."
21562156msgstr ""
21572157
21582158msgid ""
Original file line number Diff line number Diff line change @@ -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-11 14:19 +0000\n "
14+ "POT-Creation-Date : 2025-05-09 14:59 +0000\n "
1515"PO-Revision-Date : 2025-05-08 05:10+0000\n "
1616"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -1020,8 +1020,8 @@ msgid ""
10201020msgstr ""
10211021
10221022msgid ""
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`."
10251025msgstr ""
10261026
10271027msgid ""
Original file line number Diff line number Diff line change @@ -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-02-21 14:16 +0000\n "
14+ "POT-Creation-Date : 2025-05-09 14:59 +0000\n "
1515"PO-Revision-Date : 2025-05-08 05:10+0000\n "
1616"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -302,6 +302,15 @@ msgstr ""
302302"cudzysłowach (``'...'``) lub podwójnych cudzysłowach (``\" ...\" ``) z takim "
303303"samym wynikiem [#]_."
304304
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+
305314msgid ""
306315"To quote a quote, we need to \" escape\" it, by preceding it with ``\\ ``. "
307316"Alternatively, we can use the other type of quotation marks::"
You can’t perform that action at this time.
0 commit comments