File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ msgstr "como usar Python en diferentes plataformas"
9494
9595#: ../Doc/tools/templates/indexcontent.html:23
9696msgid "Python HOWTOs"
97- msgstr "Cómos (* HOWTOs* ) de Python"
97+ msgstr "Cómos (<em> HOWTOs</em> ) de Python"
9898
9999#: ../Doc/tools/templates/indexcontent.html:24
100100msgid "in-depth documents on specific topics"
@@ -192,7 +192,7 @@ msgstr "Meta información:"
192192
193193#: ../Doc/tools/templates/indexcontent.html:59
194194msgid "Reporting bugs"
195- msgstr "Reportar errores (* bugs* )"
195+ msgstr "Reportar errores (<em> bugs</em> )"
196196
197197#: ../Doc/tools/templates/indexcontent.html:60
198198msgid "About the documentation"
Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ msgstr ""
442442"Si no estuvieses usando el bloque :keyword:`with`, entonces deberías llamar "
443443"``f.close()`` para cerrar el archivo e inmediatamente liberar cualquier "
444444"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á "
446446"el archivo por vos, pero el archivo puede estar abierto por un tiempo. Otro "
447447"riesgo es que diferentes implementaciones de Python harán esta limpieza en "
448448"diferentes momentos."
You can’t perform that action at this time.
0 commit comments