10000 Traducido archivo c-api/structures by xooseph · Pull Request #1580 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Traducido archivo c-api/structures #1580

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 2 commits into from
Oct 28, 2021
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
Traducido entrada con un term
  • Loading branch information
xooseph committed Oct 28, 2021
commit fe41bd0555e384eaecf389b83e2efe0a527e6436
5 changes: 2 additions & 3 deletions c-api/structures.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
"PO-Revision-Date: 2021-10-28 03:01-0500\n"
"PO-Revision-Date: 2021-10-28 15:10-0500\n"
"Last-Translator: José Luis Salgado Banda <josephLSalgado@outlook.com>\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
Expand Down Expand Up @@ -150,9 +150,8 @@ msgid "Get the type of the Python object *o*."
msgstr "Obtiene el tipo de objeto Python *o*."

#: ../Doc/c-api/structures.rst:100
#, fuzzy
msgid "Return a :term:`borrowed reference`."
msgstr "Retorna un :term:`borrowed reference`."
msgstr "Retorna una referencia prestada (:term:`borrowed reference`)."

#: ../Doc/c-api/structures.rst:102
msgid "The :c:func:`Py_SET_TYPE` function must be used to set an object type."
Expand Down
0