File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,16 +34,16 @@ msgid ""
34
34
"The false value of the :class:`bool` type. Assignments to ``False`` are "
35
35
"illegal and raise a :exc:`SyntaxError`."
36
36
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 "
38
38
"ilegales y generan un :exc:`SyntaxError`."
39
39
40
40
#: ../Doc/library/constants.rst:16
41
41
msgid ""
42
42
"The true value of the :class:`bool` type. Assignments to ``True`` are "
43
43
"illegal and raise a :exc:`SyntaxError`."
44
44
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`."
47
47
48
48
#: ../Doc/library/constants.rst:22
49
49
msgid ""
You can’t perform that action at this time.
0 commit comments