@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.13\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-01-13 15:09 +0000\n "
14+ "POT-Creation-Date : 2026-01-19 15:10 +0000\n "
1515"PO-Revision-Date : 2025-09-15 01:04+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -2564,6 +2564,18 @@ msgid ""
25642564"containing two empty strings, followed by the string itself."
25652565msgstr ""
25662566
2567+ msgid ""
2568+ ">>> 'Monty Python'.rpartition(' ')\n"
2569+ "('Monty', ' ', 'Python')\n"
2570+ ">>> \" Monty Python's Flying Circus\" .rpartition(' ')\n"
2571+ "(\" Monty Python's Flying\" , ' ', 'Circus')\n"
2572+ ">>> 'Monty Python'.rpartition('-')\n"
2573+ "('', '', 'Monty Python')"
2574+ msgstr ""
2575+
2576+ msgid "See also :meth:`partition`."
2577+ msgstr ""
2578+
25672579msgid ""
25682580"Return a list of the words in the string, using *sep* as the delimiter "
25692581"string. If *maxsplit* is given, at most *maxsplit* splits are done, the "
0 commit comments