Skip to content

Commit 1b3c93c

Browse files
mmmarcosrtobar
andauthored
Apply suggestions from code review
Co-authored-by: rtobar <rtobarc@gmail.com>
1 parent 4c9bbd8 commit 1b3c93c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library/asyncio-protocol.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -988,8 +988,8 @@ msgid ""
988988
"called anymore."
989989
msgstr ""
990990
"Sin embargo, :meth:`protocol.eof_received() <Protocol.eof_received>` se "
991-
"llama como máximo una vez. Luego de llamar a `eof_received()`, ya no se "
992-
"llama mas a ``data_received()``."
991+
"llama como máximo una vez. Luego de llamar a ``eof_received()``, ya no se "
992+
"llama más a ``data_received()``."
993993

994994
#: ../Doc/library/asyncio-protocol.rst:562
995995
msgid ""

library/winsound.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ msgstr ""
8585
"argumento *type* especifica qué sonido se reproduce; los valores posibles "
8686
"son ``-1``, ``MB_ICONASTERISK``, ``MB_ICONEXCLAMATION``, ``MB_ICONHAND``, "
8787
"``MB_ICONQUESTION``, y ``MB_OK``, todos descritos a continuación. El valor "
88-
"\"-1\" produce un \"simple pitido\"; este es el último recurso si un sonido "
88+
"``-1`` produce un \"simple pitido\"; este es el último recurso si un sonido "
8989
"no puede ser reproducido de otra manera. Si el sistema indica un error, se "
9090
"lanza :exc:`RuntimeError`."
9191

0 commit comments

Comments
 (0)