8000 tutorial/errors.po: corrige erreur powrap due commentaire gettext (#1… · python/python-docs-fr@0ba8cd1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0ba8cd1

Browse files
authored
tutorial/errors.po: corrige erreur powrap due commentaire gettext (#1228)
* wrapping * remplace une espace par une insécable
1 parent 1be1616 commit 0ba8cd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorial/errors.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ msgstr ""
149149
"générée par l'utilisateur est signalée en levant l'exception :exc:"
150150
"`KeyboardInterrupt`. ::"
151151

152-
#: ../Doc/tutorial/errors.rst:96
153152
# début d'énumération
153+
#: ../Doc/tutorial/errors.rst:96
154154
msgid "The :keyword:`try` statement works as follows."
155155
msgstr "L'instruction :keyword:`try` fonctionne comme ceci :"
156156

@@ -183,8 +183,8 @@ msgstr ""
183183
"correspondante est exécutée, puis l'exécution continue après l'instruction :"
184184
"keyword:`try`."
185185

186-
#: ../Doc/tutorial/errors.rst:109
187186
# dernier élément de l'énumération
187+
#: ../Doc/tutorial/errors.rst:109
188188
msgid ""
189189
"If an exception occurs which does not match the exception named in the "
190190
"except clause, it is passed on to outer :keyword:`try` statements; if no "
@@ -528,7 +528,7 @@ msgstr ""
528528
"Certains objets définissent des actions de nettoyage standards qui doivent "
529529
"être exécutées lorsque l'objet n'est plus nécessaire, indépendamment du fait "
530530
"que l'opération ayant utilisé l'objet ait réussi ou non. Regardez l'exemple "
531-
"suivant, qui tente d'ouvrir un fichier et d'afficher son contenu à l'écran ::"
531+
"suivant, qui tente d'ouvrir un fichier et d'afficher son contenu à l'écran ::"
532532

533533
#: ../Doc/tutorial/errors.rst:413
534534
msgid ""

0 commit comments

Comments
 (0)
0