8000 Traducido archivo {queue.po} by camilooob · Pull Request #459 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Traducido archivo {queue.po} #459

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

8000
Merged
merged 15 commits into from
Aug 22, 2020
Merged
Prev Previous commit
Next Next commit
Update library/queue.po
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
  • Loading branch information
camilooob and cmaureir authored Jul 25, 2020
commit e81598c08329643aec327384546f6ead9aad7646
2 changes: 1 addition & 1 deletion library/queue.po
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ msgid ""
"immediately available, else raise the :exc:`Empty` exception (*timeout* is "
"ignored in that case)."
msgstr ""
"Retira y devuelve un artículo de la cola. Si los args opcionales *block* "
"Retira y devuelve un artículo de la cola. Si los argumentos opcionales *block* "
"son true y *timeout* es ``None`` (el predeterminado), bloquea si es "
"necesario hasta que un ítem esté disponible. Si *timeout* es un número "
"positivo, bloquea como máximo *timeout* segundos y aumenta la excepción :exc:"
Expand Down
0