Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tutorial/errors.po
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ msgstr ""
"générée par l'utilisateur est signalée en levant l'exception :exc:"
"`KeyboardInterrupt`. ::"

#: ../Doc/tutorial/errors.rst:96
# début d'énumération
#: ../Doc/tutorial/errors.rst:96
msgid "The :keyword:`try` statement works as follows."
msgstr "L'instruction :keyword:`try` fonctionne comme ceci :"

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

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

#: ../Doc/tutorial/errors.rst:413
msgid ""
Expand Down