@@ -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-10-11 14:58 +0000\n "
14+ "POT-Creation-Date :2025-10-13 15:08 +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 "
@@ -254,8 +254,8 @@ msgid ""
254254"All the signal numbers are defined symbolically. For example, the hangup "
255255"signal is defined as :const:`signal.SIGHUP`; the variable names are "
256256"identical to the names used in C programs, as found in ``<signal.h>``. The "
257- "Unix man page for ':c:func:` signal`' lists the existing signals (on some "
258- "systems this is :manpage:`signal(2)`, on others the list is in :manpage:"
257+ "Unix man page for '`` signal`` ' lists the existing signals (on some systems "
258+ "this is :manpage:`signal(2)`, on others the list is in :manpage:"
259259"`signal(7)`). Note that not all systems define the same set of signal names; "
260260"only those names defined by the system are defined by this module."
261261msgstr ""
@@ -620,10 +620,9 @@ msgid ""
620620msgstr ""
621621
622622msgid ""
623- "The return value is an object representing the data contained in the :c:type:"
624- "`siginfo_t` structure, namely: :attr:`si_signo`, :attr:`si_code`, :attr:"
625- "`si_errno`, :attr:`si_pid`, :attr:`si_uid`, :attr:`si_status`, :attr:"
626- "`si_band`."
623+ "The return value is an object representing the data contained in the "
624+ "``siginfo_t`` structure, namely: ``si_signo``, ``si_code``, ``si_errno``, "
625+ "``si_pid``, ``si_uid``, ``si_status``, ``si_band``."
627626msgstr ""
628627
629628msgid "See the man page :manpage:`sigwaitinfo(2)` for further information."