8000 Object po minor fixes by gianfranco-s · Pull Request #1589 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Object po minor fixes #1589

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 2 commits into from
Oct 30, 2021
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
Actualizado el código en una de las preguntas
  • Loading branch information
gianfranco-s committed Oct 29, 2021
commit 9eaa623cd2deb140799f2d82ac38f435d61f161c
2 changes: 1 addition & 1 deletion c-api/object.po
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ msgstr ""
"su longitud real, luego una estimación usando :meth:`~object."
"__length_hint__`, y finalmente retorna el valor predeterminado. En caso de "
"error, retorna ``-1``. Este es el equivalente a la expresión de Python "
"``operator.length_hint (o, default)``."
"``operator.length_hint(o, defaultvalue)``."

#: ../Doc/c-api/object.rst:326
msgid ""
Expand Down
0