Skip to content

Commit d325145

Browse files
authored
Apply suggestions from code review
1 parent 3d3d6cb commit d325145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

c-api/buffer.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,14 @@ msgstr ""
123123

124124
#: ../Doc/c-api/buffer.rst:56
125125
msgid "call :c:func:`PyObject_GetBuffer` with the right parameters;"
126-
msgstr "llama :c:func:`PyObject_GetBuffer` con los parámetros correctos;"
126+
msgstr "llamar :c:func:`PyObject_GetBuffer` con los parámetros correctos;"
127127

128128
#: ../Doc/c-api/buffer.rst:58
129129
msgid ""
130130
"call :c:func:`PyArg_ParseTuple` (or one of its siblings) with one of the "
131131
"``y*``, ``w*`` or ``s*`` :ref:`format codes <arg-parsing>`."
132132
msgstr ""
133-
"llama :c:func:`PyArg_ParseTuple` (o uno de sus hermanos) con uno de los "
133+
"llamar :c:func:`PyArg_ParseTuple` (o uno de sus hermanos) con uno de los "
134134
"``y*``, ``w*`` o ``s*`` :ref:`códigos de formato <arg-parsing>`."
135135

136136
#: ../Doc/c-api/buffer.rst:61

0 commit comments

Comments
 (0)