11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2021 , Python Software Foundation
2+ # Copyright (C) 2001-2022 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.10\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2021 -06-29 12:56 +0000\n "
14+ "POT-Creation-Date : 2022 -06-16 06:28 +0000\n "
1515"PO-Revision-Date : 2021-06-28 00:47+0000\n "
1616"
Last-Translator :
m_aciek <[email protected] >, 2021\n "
1717"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -51,8 +51,8 @@ msgid ""
5151msgstr ""
5252
5353msgid ""
54- "To call an object, use :c:func:`PyObject_Call` or other :ref:`call API <capi- "
55- "call>`."
54+ "To call an object, use :c:func:`PyObject_Call` or another :ref:`call API "
55+ "<capi- call>`."
5656msgstr ""
5757
5858msgid "The Vectorcall Protocol"
@@ -187,9 +187,6 @@ msgid ""
187187"future extensions."
188188msgstr ""
189189
190- msgid "This function is not part of the :ref:`limited API <stable>`."
191- msgstr ""
192-
193190msgid ""
194191"If *op* does not support the vectorcall protocol (either because the type "
195192"does not or because the specific instance does not), return *NULL*. "
@@ -220,7 +217,7 @@ msgstr ""
220217msgid ""
221218"Various functions are available for calling a Python object. Each converts "
222219"its arguments to a convention supported by the called object – either "
223- "*tp_call* or vectorcall. In order to do as litle conversion as possible, "
220+ "*tp_call* or vectorcall. In order to do as little conversion as possible, "
224221"pick one that best fits the format of data you have available."
225222msgstr ""
226223
0 commit comments