We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent3d3d6cb commitd325145Copy full SHA for d325145
c-api/buffer.po
@@ -123,14 +123,14 @@ msgstr ""
123
124
#:../Doc/c-api/buffer.rst:56
125
msgid"call :c:func:`PyObject_GetBuffer` with the right parameters;"
126
-msgstr"llama :c:func:`PyObject_GetBuffer` con los parámetros correctos;"
+msgstr"llamar :c:func:`PyObject_GetBuffer` con los parámetros correctos;"
127
128
#:../Doc/c-api/buffer.rst:58
129
msgid""
130
"call :c:func:`PyArg_ParseTuple` (or one of its siblings) with one of the "
131
"``y*``, ``w*`` or ``s*`` :ref:`format codes <arg-parsing>`."
132
msgstr""
133
-"llama :c:func:`PyArg_ParseTuple` (o uno de sus hermanos) con uno de los "
+"llamar :c:func:`PyArg_ParseTuple` (o uno de sus hermanos) con uno de los "
134
"``y*``, ``w*`` o ``s*`` :ref:`códigos de formato <arg-parsing>`."
135
136
#:../Doc/c-api/buffer.rst:61