We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62eb2a4 commit c36bebcCopy full SHA for c36bebc
README.en.md
@@ -13,7 +13,7 @@ f'''''')
14
]]] -->
15

16
-
+
17

18
<!-- [[[end]]] -->
19
README.md
''')
-
+

library/bisect.po
@@ -11,7 +11,7 @@ msgid ""
11
msgstr ""
12
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2026-02-21 15:11+0000\n"
+"POT-Creation-Date: 2026-03-01 15:05+0000\n"
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
"Last-Translator: python-doc bot, 2025\n"
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -230,9 +230,9 @@ msgid ""
230
231
232
msgid ""
233
-">>> def grade(score, breakpoints=[60, 70, 80, 90], grades='FDCBA'):\n"
234
-"... i = bisect(breakpoints, score)\n"
235
-"... return grades[i]\n"
+">>> def grade(score)\n"
+"... i = bisect([60, 70, 80, 90], score)\n"
+"... return \"FDCBA\"[i]\n"
236
"...\n"
237
">>> [grade(score) for score in [33, 99, 77, 70, 89, 90, 100]]\n"
238
"['F', 'A', 'C', 'C', 'B', 'A', 'A']"
library/cmdline.po
-"POT-Creation-Date: 2026-02-07 15:03+0000\n"
+"POT-Creation-Date: 2026-02-27 15:27+0000\n"
"PO-Revision-Date: 2025-09-15 01:04+0000\n"
library/ensurepip.po
library/functools.po
library/gzip.po
library/mmap.po
library/pdb.po
library/tkinter.po
0 commit comments