Skip to content
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