Skip to content

Traducido c-api/buffer #434

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jul 25, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestions from code review
  • Loading branch information
cmaureir authored Jul 25, 2020
commit d3251454c71a59c48deb052f40d7fb16d4e46908
4 changes: 2 additions & 2 deletions c-api/buffer.po
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,14 @@ msgstr ""

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

#: ../Doc/c-api/buffer.rst:58
msgid ""
"call :c:func:`PyArg_ParseTuple` (or one of its siblings) with one of the "
"``y*``, ``w*`` or ``s*`` :ref:`format codes <arg-parsing>`."
msgstr ""
"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 "
"``y*``, ``w*`` o ``s*`` :ref:`códigos de formato <arg-parsing>`."

#: ../Doc/c-api/buffer.rst:61
Expand Down