File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ msgstr "como usar Python en diferentes plataformas"
94
94
95
95
#: ../Doc/tools/templates/indexcontent.html:23
96
96
msgid "Python HOWTOs"
97
- msgstr "Cómos (* HOWTOs* ) de Python"
97
+ msgstr "Cómos (<em> HOWTOs</em> ) de Python"
98
98
99
99
#: ../Doc/tools/templates/indexcontent.html:24
100
100
msgid "in-depth documents on specific topics"
@@ -192,7 +192,7 @@ msgstr "Meta información:"
192
192
193
193
#: ../Doc/tools/templates/indexcontent.html:59
194
194
msgid "Reporting bugs"
195
- msgstr "Reportar errores (* bugs* )"
195
+ msgstr "Reportar errores (<em> bugs</em> )"
196
196
197
197
#: ../Doc/tools/templates/indexcontent.html:60
198
198
msgid "About the documentation"
Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ msgstr ""
442
442
"Si no estuvieses usando el bloque :keyword:`with`, entonces deberías llamar "
443
443
"``f.close()`` para cerrar el archivo e inmediatamente liberar cualquier "
444
444
"recurso del sistema usado por este. Si no cierras explícitamente el archivo, "
445
- "el « garbage collector» de Python eventualmente destruirá el objeto y cerrará "
445
+ "el * garbage collector* de Python eventualmente destruirá el objeto y cerrará "
446
446
"el archivo por vos, pero el archivo puede estar abierto por un tiempo. Otro "
447
447
"riesgo es que diferentes implementaciones de Python harán esta limpieza en "
448
448
"diferentes momentos."
You can’t perform that action at this time.
0 commit comments