Skip to content

Traducido c-api/coro #153

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 4 commits into from
May 21, 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
Next Next commit
Apply suggestions from code review
Co-authored-by: Manuel Kaufmann <humitos@gmail.com>
  • Loading branch information
cmaureir and humitos authored May 21, 2020
commit a51ddcd65035a77df2fb6e1fab23dcffebb90c3d
8 changes: 4 additions & 4 deletions c-api/coro.po
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ msgstr ""

#: ../Doc/c-api/coro.rst:6
msgid "Coroutine Objects"
msgstr "Objetos de corrutina"
msgstr "Objetos corrutina"

#: ../Doc/c-api/coro.rst:10
msgid ""
Expand All @@ -36,11 +36,11 @@ msgstr ""

#: ../Doc/c-api/coro.rst:16
msgid "The C structure used for coroutine objects."
msgstr "La estructura en C utilizada para objetos de rutina."
msgstr "La estructura en C utilizada para objeto corutina."

#: ../Doc/c-api/coro.rst:21
msgid "The type object corresponding to coroutine objects."
msgstr "El tipo de objeto correspondiente a los objetos de rutina."
msgstr "El tipo de objeto correspondiente a los objetos corutina."

#: ../Doc/c-api/coro.rst:26
msgid ""
Expand All @@ -57,7 +57,7 @@ msgid ""
"to *frame* is stolen by this function. The *frame* argument must not be "
"``NULL``."
msgstr ""
"Crea y retorna un nuevo objeto de corrutina basado en el objeto *frame*, con "
"Crea y retorna un nuevo objeto corrutina basado en el objeto *frame*, con "
"``__name__`` y ``__qualname__`` establecido en *name* y *qualname*. Una "
"referencia a *frame* es robada por esta función. El argumento *frame* no "
"debe ser ``NULL``."