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
Corrección errores de sphinx lint
  • Loading branch information
xooseph committed Dec 7, 2022
commit d31253d24becd6ee685a9f1125f58ebf42f5d29f
6 changes: 3 additions & 3 deletions library/stdtypes.po
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ msgid ""
msgstr ""
"Si ``x = m / n`` es un número racional no negativo y ``n`` es divisible por "
"``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 "
"no se puede aplicar la regla anterior; en este caso, ``hash(x)`` retorna el "
"valor constante definido en ``sys.hash_info.inf``."

#: ../Doc/library/stdtypes.rst:730
Expand Down Expand Up @@ -7093,7 +7093,7 @@ msgid ""
msgstr ""
"Si ``y = re.search(b'bar', b'bar')``, (nótese que ``b`` es para :class:"
"`bytes`), ``y`` también será una instancia de ``re.Match``, pero los valores "
"de retorno de ``y.group(0)`` y ``y[0]``serán de tipo :class:`bytes`. En "
"de retorno de ``y.group(0)`` y ``y[0]`` serán de tipo :class:`bytes`. En "
"anotaciones de type, representaríamos esta variedad de objetos :ref:`re."
"Match <match-objects>` con ``re.Match[bytes]``."

Expand Down Expand Up @@ -8242,7 +8242,7 @@ msgstr ""
"fuente de Python que contiene literales enteros decimales más grandes que el "
"límite encontrará un error durante el análisis, generalmente en el momento "
"de inicio o en el momento de importación o incluso en el momento de "
"instalación - en cualquier momento y actualizado, ``.pyc``no existe ya para "
"instalación - en cualquier momento y actualizado, ``.pyc`` no existe ya para "
"el código. Una solución para la fuente que contiene constantes tan grandes "
"es convertirlas a la forma hexadecimal ``0x`` ya que no tiene límite."

Expand Down