Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5700195

Browse files
[po] auto sync
1 parent 9af803b commit 5700195

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorial/errors.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ msgid ""
126126
"user-generated interruption is signalled by raising the "
127127
":exc:`KeyboardInterrupt` exception. ::"
128128
msgstr ""
129-
"可以编写处理所选异常的程序。请看下面的例子,它会要求用户一直输入,直到输入的是一个有效的整数,但允许用户中断程序(使用 :kbd:`Control-C`"
130-
" 或操作系统支持的其他操作);请注意用户引起的中断可以通过引发 :exc:`KeyboardInterrupt` 异常来指示。::"
129+
"可以编写程序处理选定的异常。下例会要求用户一直输入内容,直到输入有效的整数,但允许用户中断程序(使用 :kbd:`Control-C` "
130+
"或操作系统支持的其他操作);注意,用户中断程序会触发 :exc:`KeyboardInterrupt` 异常。"
131131

132132
#: ../../tutorial/errors.rst:96
133133
msgid "The :keyword:`try` statement works as follows."

0 commit comments

Comments
 (0)