Skip to content

Commit 3cef9cf

Browse files
authored
Merge pull request #108 from PyCampES/italic
Italic
2 parents 92dae5f + 965a61b commit 3cef9cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sphinx.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ msgstr "como usar Python en diferentes plataformas"
9494

9595
#: ../Doc/tools/templates/indexcontent.html:23
9696
msgid "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
100100
msgid "in-depth documents on specific topics"
@@ -192,7 +192,7 @@ msgstr "Meta información:"
192192

193193
#: ../Doc/tools/templates/indexcontent.html:59
194194
msgid "Reporting bugs"
195-
msgstr "Reportar errores (*bugs*)"
195+
msgstr "Reportar errores (<em>bugs</em>)"
196196

197197
#: ../Doc/tools/templates/indexcontent.html:60
198198
msgid "About the documentation"

tutorial/inputoutput.po

+1-1
Original file line numberDiff line numberDiff 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."

0 commit comments

Comments
 (0)