File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,8 +149,8 @@ msgstr ""
149
149
"générée par l'utilisateur est signalée en levant l'exception :exc:"
150
150
"`KeyboardInterrupt`. ::"
151
151
152
- #: ../Doc/tutorial/errors.rst:96
153
152
# début d'énumération
153
+ #: ../Doc/tutorial/errors.rst:96
154
154
msgid "The :keyword:`try` statement works as follows."
155
155
msgstr "L'instruction :keyword:`try` fonctionne comme ceci :"
156
156
@@ -183,8 +183,8 @@ msgstr ""
183
183
"correspondante est exécutée, puis l'exécution continue après l'instruction :"
184
184
"keyword:`try`."
185
185
186
- #: ../Doc/tutorial/errors.rst:109
187
186
# dernier élément de l'énumération
187
+ #: ../Doc/tutorial/errors.rst:109
188
188
msgid ""
189
189
"If an exception occurs which does not match the exception named in the "
190
190
"except clause, it is passed on to outer :keyword:`try` statements; if no "
You can’t perform that action at this time.
0 commit comments