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 3 commits
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
7 changes: 3 additions & 4 deletions c-api/bool.po
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,16 @@ 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 "
"tratarse como cualquier otro objeto con respecto a los recuentos de "
"referencia."
"El objeto ``True`` 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:33
msgid ""
Expand Down