Skip to content

Fix more fuzzy entries in library directory #2734

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
Nov 6, 2023
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
Apply suggestions from code review
Co-authored-by: rtobar <rtobarc@gmail.com>
  • Loading branch information
mmmarcos and rtobar committed Nov 6, 2023
commit 88d2f8b71acfa83c76b4f12bc62d7d01fda70564
4 changes: 2 additions & 2 deletions library/asyncio-protocol.po
Original file line number Diff line number Diff line change
Expand Up @@ -988,8 +988,8 @@ msgid ""
"called anymore."
msgstr ""
"Sin embargo, :meth:`protocol.eof_received() <Protocol.eof_received>` se "
"llama como máximo una vez. Luego de llamar a `eof_received()`, ya no se "
"llama mas a ``data_received()``."
"llama como máximo una vez. Luego de llamar a ``eof_received()``, ya no se "
"llama más a ``data_received()``."

#: ../Doc/library/asyncio-protocol.rst:562
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/winsound.po
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ msgstr ""
"argumento *type* especifica qué sonido se reproduce; los valores posibles "
"son ``-1``, ``MB_ICONASTERISK``, ``MB_ICONEXCLAMATION``, ``MB_ICONHAND``, "
"``MB_ICONQUESTION``, y ``MB_OK``, todos descritos a continuación. El valor "
"\"-1\" produce un \"simple pitido\"; este es el último recurso si un sonido "
"``-1`` produce un \"simple pitido\"; este es el último recurso si un sonido "
"no puede ser reproducido de otra manera. Si el sistema indica un error, se "
"lanza :exc:`RuntimeError`."

Expand Down
6 changes: 3 additions & 3 deletions library/xml.dom.minidom.po
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,9 @@ msgid ""
msgstr ""
"De manera similar, al indicar explícitamente el argumento *standalone*, las "
"declaraciones del documento independiente se agregan al prólogo del "
"documento XML. Si el valor se establece en `True`, se agrega "
"`standalone=\"yes\"`; de lo contrario, se establece en `\"no\"`. No declarar "
"el argumento omitirá la declaración del documento."
"documento XML. Si el valor se establece en ``True``, se agrega "
"``standalone=\"yes\"``; de lo contrario, se establece en ``\"no\"``. No "
"declarar el argumento omitirá la declaración del documento."

#: ../Doc/library/xml.dom.minidom.rst:155
msgid ""
Expand Down