Skip to content

Commit 741c71f

Browse files
cmaureirhumitos
andauthored
Apply suggestions from code review
Co-authored-by: Manuel Kaufmann <humitos@gmail.com>
1 parent b900179 commit 741c71f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

c-api/bool.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ msgid ""
4444
"The Python ``False`` object. This object has no methods. It needs to be "
4545
"treated just like any other object with respect to reference counts."
4646
msgstr ""
47-
"El objeto ``Falso`` de Python. Este objeto no tiene métodos. Debe tratarse "
47+
"El objeto ``False`` de Python. Este objeto no tiene métodos. Debe tratarse "
4848
"como cualquier otro objeto con respecto a los recuentos de referencia."
4949

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

0 commit comments

Comments
 (0)