Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 81735e2

Browse files
committed
More fixes
1 parent dd831b3 commit 81735e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/constants.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ msgid ""
3434
"The false value of the :class:`bool` type. Assignments to ``False`` are "
3535
"illegal and raise a :exc:`SyntaxError`."
3636
msgstr ""
37-
"El valor falso de la :class: tipo `bool`. Las asignaciones a ``False`` son "
37+
"El valor falso del tipo :class:`bool`. Las asignaciones a ``False`` son "
3838
"ilegales y generan un :exc:`SyntaxError`."
3939

4040
#: ../Doc/library/constants.rst:16
4141
msgid ""
4242
"The true value of the :class:`bool` type. Assignments to ``True`` are "
4343
"illegal and raise a :exc:`SyntaxError`."
4444
msgstr ""
45-
"El valor verdadero de la :class: tipo `bool`. Las asignaciones a ``True`` "
46-
"son ilegales y generan un :exc:`SyntaxError`."
45+
"El valor verdadero del tipo :class:`bool`. Las asignaciones a ``True`` son "
46+
"ilegales y generan un :exc:`SyntaxError`."
4747

4848
#: ../Doc/library/constants.rst:22
4949
msgid ""

0 commit comments

Comments
 (0)