Skip to content

Fix (many) more fuzzy entries in the library directory #2736

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 10 commits into from
Nov 18, 2024
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 authored Nov 26, 2023
commit a63cfef6ae3b095921fbd7e66c534a1d009c5d81
4 changes: 2 additions & 2 deletions library/codeop.po
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ msgid ""
"statement, the instance 'remembers' and compiles all subsequent program "
"texts with the statement in force."
msgstr ""
"Las instancias de esta clase tienen :meth:`~object.__call__` métodos "
"Las instancias de esta clase tienen métodos :meth:`~object.__call__` "
"idénticos en firma a la función incorporada :func:`compile`, pero con la "
"diferencia de que si la instancia compila el texto del programa que contiene "
"una instrucción :mod:`__future__`, la instancia 'recuerda' y compila todos "
Expand All @@ -150,7 +150,7 @@ msgid ""
"'remembers' and compiles all subsequent program texts with the statement in "
"force."
msgstr ""
"Las instancias de esta clase tienen :meth:`~object.__call__` métodos "
"Las instancias de esta clase tienen métodos :meth:`~object.__call__` "
"idénticos en firma a :func:`compile_command`; la diferencia es que si la "
"instancia compila un texto de programa que contiene una declaración :mod:"
"`__future__`, la instancia 'recuerda' y compila todos los textos de programa "
Expand Down
2 changes: 1 addition & 1 deletion library/email.headerregistry.po
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ msgstr ""
"El valor ``decoded`` del encabezado tendrá todas las palabras codificadas "
"decodificadas a Unicode. Los nombres de dominio codificados :class:"
"`~encodings.idna` también se decodifican en Unicode. El valor ``decoded`` se "
"establece mediante :ref:`joining <meth-str-join>` el valor :class:`str` de "
"establece :ref:`concatenando <meth-str-join>` el valor :class:`str` de "
"los elementos del atributo ``groups`` con ``', '``."

#: ../Doc/library/email.headerregistry.rst:213
Expand Down