Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3cef9cf

Browse files
authored
Merge pull request#108 from PyCampES/italic
Italic
2 parents92dae5f +965a61b commit3cef9cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎sphinx.po

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp