Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af803b commit 5700195Copy full SHA for 5700195
1 file changed
tutorial/errors.po
@@ -126,8 +126,8 @@ msgid ""
126
"user-generated interruption is signalled by raising the "
127
":exc:`KeyboardInterrupt` exception. ::"
128
msgstr ""
129
-"可以编写处理所选异常的程序。请看下面的例子,它会要求用户一直输入,直到输入的是一个有效的整数,但允许用户中断程序(使用 :kbd:`Control-C`"
130
-" 或操作系统支持的其他操作);请注意用户引起的中断可以通过引发 :exc:`KeyboardInterrupt` 异常来指示。::"
+"可以编写程序处理选定的异常。下例会要求用户一直输入内容,直到输入有效的整数,但允许用户中断程序(使用 :kbd:`Control-C` "
+"或操作系统支持的其他操作);注意,用户中断程序会触发 :exc:`KeyboardInterrupt` 异常。"
131
132
#: ../../tutorial/errors.rst:96
133
msgid "The :keyword:`try` statement works as follows."
0 commit comments