@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.11\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2023-06-30 14:41 +0000\n "
14+ "POT-Creation-Date : 2023-07-21 14:44 +0000\n "
1515"PO-Revision-Date : 2023-05-24 02:08+0000\n "
1616"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -181,7 +181,7 @@ msgid ""
181181"constructs a tuple object whose first item is the integer :c:data:`errno` "
182182"value and whose second item is the corresponding error message (gotten from :"
183183"c:func:`strerror`), and then calls ``PyErr_SetObject(type, object)``. On "
184- "Unix, when the :c:data:`errno` value is :const :`EINTR`, indicating an "
184+ "Unix, when the :c:data:`errno` value is :c:macro :`EINTR`, indicating an "
185185"interrupted system call, this calls :c:func:`PyErr_CheckSignals`, and if "
186186"that set the error indicator, leaves it set to that. The function always "
187187"returns ``NULL``, so a wrapper function around a system call can write "
@@ -527,13 +527,13 @@ msgid ""
527527msgstr ""
528528
529529msgid ""
530- "The default Python signal handler for :const :`SIGINT` raises the :exc:"
530+ "The default Python signal handler for :c:macro :`SIGINT` raises the :exc:"
531531"`KeyboardInterrupt` exception."
532532msgstr ""
533533
534534msgid ""
535- "Simulate the effect of a :const: `SIGINT` signal arriving. This is equivalent "
536- "to ``PyErr_SetInterruptEx(SIGINT)``."
535+ "Simulate the effect of a :c:macro: `SIGINT` signal arriving. This is "
536+ "equivalent to ``PyErr_SetInterruptEx(SIGINT)``."
537537msgstr ""
538538
539539msgid ""
@@ -555,8 +555,8 @@ msgid ""
555555msgstr ""
556556
557557msgid ""
558- "If the given signal isn't handled by Python (it was set to :data :`signal."
559- "SIG_DFL` or :data :`signal.SIG_IGN`), it will be ignored."
558+ "If the given signal isn't handled by Python (it was set to :py:const :`signal."
559+ "SIG_DFL` or :py:const :`signal.SIG_IGN`), it will be ignored."
560560msgstr ""
561561
562562msgid ""
@@ -635,15 +635,15 @@ msgid ""
635635msgstr ""
636636
637637msgid ""
638- "Return the cause (either an exception instance, or :const:` None`, set by "
638+ "Return the cause (either an exception instance, or `` None` `, set by "
639639"``raise ... from ...``) associated with the exception as a new reference, as "
640640"accessible from Python through :attr:`__cause__`."
641641msgstr ""
642642
643643msgid ""
644644"Set the cause associated with the exception to *cause*. Use ``NULL`` to "
645645"clear it. There is no type check to make sure that *cause* is either an "
646- "exception instance or :const:` None`. This steals a reference to *cause*."
646+ "exception instance or `` None` `. This steals a reference to *cause*."
647647msgstr ""
648648
649649msgid ""
@@ -716,9 +716,9 @@ msgid "Marks a point where a recursive C-level call is about to be performed."
716716msgstr ""
717717
718718msgid ""
719- "If :const: `USE_STACKCHECK` is defined, this function checks if the OS stack "
720- "overflowed using :c:func:`PyOS_CheckStack`. In this is the case, it sets a : "
721- "exc:`MemoryError` and returns a nonzero value."
719+ "If :c:macro: `USE_STACKCHECK` is defined, this function checks if the OS "
720+ "stack overflowed using :c:func:`PyOS_CheckStack`. In this is the case, it "
721+ "sets a : exc:`MemoryError` and returns a nonzero value."
722722msgstr ""
723723
724724msgid ""
0 commit comments