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
Aplicadas sugerencias de revisón
  • Loading branch information
fjsevilla-dev authored Oct 6, 2020
commit c9558bf8e996dcc8aa5f2effec7d7f86780eb263
8 changes: 4 additions & 4 deletions library/asyncio-sync.po
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ msgstr ""
#: ../Doc/library/asyncio-sync.rst:55 ../Doc/library/asyncio-sync.rst:200
#: ../Doc/library/asyncio-sync.rst:300
msgid "which is equivalent to::"
msgstr "lo que es equivalente a:"
msgstr "lo que es equivalente a::"

#: ../Doc/library/asyncio-sync.rst:68 ../Doc/library/asyncio-sync.rst:114
#: ../Doc/library/asyncio-sync.rst:190 ../Doc/library/asyncio-sync.rst:290
Expand Down Expand Up @@ -198,7 +198,7 @@ msgstr "Ejemplo:"

#: ../Doc/library/asyncio-sync.rst:142
msgid "Wait until the event is set."
msgstr "Espera hasta que el evento se estable."
msgstr "Espera hasta que se establezca el evento."

#: ../Doc/library/asyncio-sync.rst:144
msgid ""
Expand Down Expand Up @@ -277,7 +277,7 @@ msgid ""
"The preferred way to use a Condition is an :keyword:`async with` statement::"
msgstr ""
"La forma preferida de usar una condición es mediante una declaración :"
"keyword:`async with`:"
"keyword:`async with`::"

#: ../Doc/library/asyncio-sync.rst:213
msgid "Acquire the underlying lock."
Expand Down Expand Up @@ -404,7 +404,7 @@ msgid ""
"The preferred way to use a Semaphore is an :keyword:`async with` statement::"
msgstr ""
"La forma preferida de utilizar un semáforo es mediante una declaración :"
"keyword:`async with`:"
"keyword:`async with`::"

#: ../Doc/library/asyncio-sync.rst:313
msgid "Acquire a semaphore."
Expand Down