Skip to content

Traducido archivo asyncio-sync #951

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 5 commits into from
Oct 6, 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
Aplicados cambios desde revisión
  • Loading branch information
fjsevilla-dev committed Oct 5, 2020
commit 94b452b620c3acc8b2df2a489c2b4c9f89d4e99a
6 changes: 3 additions & 3 deletions library/asyncio-sync.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: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: 2020-10-05 17:50+0200\n"
"PO-Revision-Date: 2020-10-05 19:15+0200\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -157,7 +157,7 @@ msgstr ""
#: ../Doc/library/asyncio-sync.rst:89
msgid "If the lock is *unlocked*, a :exc:`RuntimeError` is raised."
msgstr ""
"Si el cierre está *cerrado*, se lanza una excepción :exc:`RuntimeError`."
"Si el cierre está *abierto*, se lanza una excepción :exc:`RuntimeError`."

#: ../Doc/library/asyncio-sync.rst:93
msgid "Return ``True`` if the lock is *locked*."
Expand Down Expand Up @@ -330,7 +330,7 @@ msgstr "Libera el cierre subyacente."
#: ../Doc/library/asyncio-sync.rst:246
msgid "When invoked on an unlocked lock, a :exc:`RuntimeError` is raised."
msgstr ""
"Cuando se invoca en un cierre cerrado, se lanza una excepción :exc:"
"Cuando se invoca en un cierre abierto, se lanza una excepción :exc:"
"`RuntimeError`."

#: ../Doc/library/asyncio-sync.rst:251
Expand Down