Skip to content

Traduccion archivo library/asyncio-exceptions.po #1018

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 3 commits into from
Oct 9, 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
powrap
  • Loading branch information
andresbermeoq committed Oct 9, 2020
commit 5553e39a30e262e2bf77eec0cbe32f272483238e
10 changes: 4 additions & 6 deletions library/asyncio-exceptions.po
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ msgid ""
"Can be raised in situations like setting a result value for a *Future* "
"object that already has a result value set."
msgstr ""
"Se puede lanzar en situaciones como establecer un valor de resultado para "
"un objeto *Future* que ya tiene un valor de resultado establecido."
"Se puede lanzar en situaciones como establecer un valor de resultado para un "
"objeto *Future* que ya tiene un valor de resultado establecido."

#: ../Doc/library/asyncio-exceptions.rst:46
msgid ""
Expand Down Expand Up @@ -99,13 +99,11 @@ msgstr "El número total (:class:`int`) de bytes esperados."
#: ../Doc/library/asyncio-exceptions.rst:66
msgid "A string of :class:`bytes` read before the end of stream was reached."
msgstr ""
"Un cadena de :class:`bytes` leída antes de que alcance al final del "
"flujo."
"Un cadena de :class:`bytes` leída antes de que alcance al final del flujo."

#: ../Doc/library/asyncio-exceptions.rst:71
msgid "Reached the buffer size limit while looking for a separator."
msgstr ""
"Alcanzó el límite de tamaño del búfer mientras buscaba un separador."
msgstr "Alcanzó el límite de tamaño del búfer mientras buscaba un separador."

#: ../Doc/library/asyncio-exceptions.rst:73
msgid "Raised by the :ref:`asyncio stream APIs <asyncio-streams>`."
Expand Down