Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Traducido archivo library/stdtypes #2175

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 15 commits into from
Jan 14, 2023
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
Next Next commit
merge 3.11
  • Loading branch information
xooseph committed Dec 7, 2022
commit 30a65e11eb74645e2149c852863283d38bb785b3
17 changes: 17 additions & 0 deletions library/stdtypes.po
Original file line number Diff line number Diff line change
Expand Up @@ -1252,8 +1252,13 @@ msgid ""
"value ``sys.hash_info.inf``."
msgstr ""
"Si ``x = m / n`` es un número racional no negativo y ``n`` es divisible por "
<<<<<<< HEAD
"``P`` (pero no así ``m``), entonces ``n`` no tiene módulo inverso de ``P`` y "
"no se puede aplicar la regla anterior; en este caso, ``hash(x)``retorna el "
=======
"``P`` (Pero no así ``m``), entonces ``n`` no tiene módulo inverso de ``P`` y "
"no se puede aplicar la regla anterior; en este caso, ``hash(x)`` retorna el "
>>>>>>> origin/3.11
"valor constante definido en ``sys.hash_info.inf``."

#: ../Doc/library/stdtypes.rst:730
Expand Down Expand Up @@ -2950,9 +2955,15 @@ msgid ""
"directly and not copied to a :class:`dict`. This is useful if for example "
"``mapping`` is a dict subclass:"
msgstr ""
<<<<<<< HEAD
"Similar a ``str.format(**mapping)`, pero se usa ``mapping`` de forma directa "
"y no se copia a un diccionario. Esto es útil si ``mapping`` es, por ejemplo, "
"una instancia de una subclase de :class:`dict`:"
=======
"Similar a ``str.format(**mapping)``, pero se usa ``*mapping*`` de forma "
"directa y no se copia a una diccionario. Esto es útil si ``*mapping*`` es, "
"por ejemplo, una instancia de una subclase de :class:`dict`:"
>>>>>>> origin/3.11

#: ../Doc/library/stdtypes.rst:1739
msgid ""
Expand Down Expand Up @@ -3115,9 +3126,15 @@ msgid ""
"space\"), or its bidirectional class is one of ``WS``, ``B``, or ``S``."
msgstr ""
"Un carácter se considera espacio en blanco si, en la base de datos de "
<<<<<<< HEAD
"Unicode (véase :mod:`unicodedata`), está clasificado en la categoría general "
"``Zs`` (\"Separador, espacio\") o la clase bidireccional es ``WS``, ``B`` o "
"``S``."
=======
"Unicode (Véase :mod:`unicodedata`), está clasificado en la categoría general "
"``Zs`` (\"Espacio, separador\") o la clase bidireccional es ``WS``, ``B``, "
"or ``S``."
>>>>>>> origin/3.11

#: ../Doc/library/stdtypes.rst:1848
msgid ""
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.