Skip to content

Traducido c-api/bool #148

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 4 commits into from
May 10, 2020
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
Apply suggestions from code review
Co-authored-by: Manuel Kaufmann <humitos@gmail.com>
  • Loading branch information
cmaureir and humitos authored May 10, 2020
commit 741c71fc072eeed17cc9ccc9af944e6bb6c5a0e6
4 changes: 2 additions & 2 deletions c-api/bool.po
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ msgid ""
"The Python ``False`` object. This object has no methods. It needs to be "
"treated just like any other object with respect to reference counts."
msgstr ""
"El objeto ``Falso`` de Python. Este objeto no tiene métodos. Debe tratarse "
"El objeto ``False`` de Python. Este objeto no tiene métodos. Debe tratarse "
"como cualquier otro objeto con respecto a los recuentos de referencia."

#: ../Doc/c-api/bool.rst:27
msgid ""
"The Python ``True`` object. This object has no methods. It needs to be "
"treated just like any other object with respect to reference counts."
msgstr ""
"El objeto ``Verdadero`` de Python. Este objeto no tiene métodos. Debe "
"El objeto ``True`` de Python. Este objeto no tiene métodos. Debe "
"tratarse como cualquier otro objeto con respecto a los recuentos de "
"referencia."

Expand Down