Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Traducido archivo library/asyncio-api-index.po #747

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
Sep 11, 2020
Merged
Show file tree
Hide file tree
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
Corregido error y añadido más vocabulario al diccionario.
  • Loading branch information
mondeja committed Sep 10, 2020
commit 110eb0dfaddb0b2372a7be96b583629bd87f8489
6 changes: 5 additions & 1 deletion dictionaries/library_asyncio-api-index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ concurrentemente
completitud
pools
pub
syncronización
Monitorea
corrutina
subprocesos
socket
sockets
2 changes: 1 addition & 1 deletion library/asyncio-api-index.po
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ msgstr "Sincronización"
#: ../Doc/library/asyncio-api-index.rst:165
msgid "Threading-like synchronization primitives that can be used in Tasks."
msgstr ""
"Primitivas de syncronización al estilo hilos que pueden ser usadas en Tareas."
"Primitivas de sincronización al estilo hilos que pueden ser usadas en Tareas."

#: ../Doc/library/asyncio-api-index.rst:171
msgid ":class:`Lock`"
Expand Down