@@ -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-25 14:58 +0000\n "
14+ "POT-Creation-Date : 2026-02-11 15:36 +0000\n "
1515"PO-Revision-Date : 2025-09-15 01:03+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -350,8 +350,8 @@ msgstr ""
350350
351351msgid ""
352352"The optional positional *args* will be passed to the callback when it is "
353- "called. If you want the callback to be called with keyword arguments use : "
354- "func:`functools.partial` ."
353+ "called. Use :func:`functools.partial` :ref:` to pass keyword arguments "
354+ "<asyncio-pass-keywords>` to *callback* ."
355355msgstr ""
356356
357357msgid ""
@@ -1066,7 +1066,8 @@ msgstr ""
10661066
10671067msgid ""
10681068"Start monitoring the *fd* file descriptor for write availability and invoke "
1069- "*callback* with the specified arguments once *fd* is available for writing."
1069+ "*callback* with the specified arguments *args* once *fd* is available for "
1070+ "writing."
10701071msgstr ""
10711072
10721073msgid ""
@@ -1294,7 +1295,9 @@ msgstr ""
12941295msgid "Unix signals"
12951296msgstr ""
12961297
1297- msgid "Set *callback* as the handler for the *signum* signal."
1298+ msgid ""
1299+ "Set *callback* as the handler for the *signum* signal, passing *args* as "
1300+ "positional arguments."
12981301msgstr ""
12991302
13001303msgid ""
@@ -1327,7 +1330,9 @@ msgstr ""
13271330msgid "Executing code in thread or process pools"
13281331msgstr ""
13291332
1330- msgid "Arrange for *func* to be called in the specified executor."
1333+ msgid ""
1334+ "Arrange for *func* to be called in the specified executor passing *args* as "
1335+ "positional arguments."
13311336msgstr ""
13321337
13331338msgid ""
0 commit comments