@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.11\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-01-26 16:43 +0000\n "
14+ "POT-Creation-Date : 2024-02-02 14:31 +0000\n "
1515"PO-Revision-Date : 2023-05-24 02:09+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 "
@@ -185,12 +185,8 @@ msgstr ""
185185
186186msgid ""
187187"Compare the values of *o1* and *o2* using the operation specified by *opid*, "
188- "which must be one of :c:macro:`Py_LT`, :c:macro:`Py_LE`, :c:macro:`Py_EQ`, :"
189- "c:macro:`Py_NE`, :c:macro:`Py_GT`, or :c:macro:`Py_GE`, corresponding to "
190- "``<``, ``<=``, ``==``, ``!=``, ``>``, or ``>=`` respectively. Returns ``-1`` "
191- "on error, ``0`` if the result is false, ``1`` otherwise. This is the "
192- "equivalent of the Python expression ``o1 op o2``, where ``op`` is the "
193- "operator corresponding to *opid*."
188+ "like :c:func:`PyObject_RichCompare`, but returns ``-1`` on error, ``0`` if "
189+ "the result is false, ``1`` otherwise."
194190msgstr ""
195191
196192msgid ""
0 commit comments