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 e75626f commit 66d6ae9Copy full SHA for 66d6ae9
1 file changed
tutorial/errors.po
@@ -56,9 +56,9 @@ msgid ""
56
"colon (``':'``) is missing before it. File name and line number are printed"
57
" so you know where to look in case the input came from a script."
58
msgstr ""
59
-"解析器会输出出现语法错误的那一行,并显示一个“箭头”,指向这行里面检测到第一个错误。 错误是由箭头指示的位置 *上面* "
60
-"的token引起的(或者至少是在这里被检测出的):在示例中,在 :func:`print` 这个函数中检测到了错误,因为在它前面少了个冒号 "
61
-"(``':'``) 。文件名和行号也会被输出,以便输入来自脚本文件时你能知道去哪检查。"
+"解析器会输出出现语法错误的那一行,并显示一个“箭头”,指向这行里面检测到第一个错误。 错误是由箭头指示的位置 *上面* 的 token "
+"引起的(或者至少是在这里被检测出的):在示例中,在 :func:`print` 这个函数中检测到了错误,因为在它前面少了个冒号 (``':'``) "
+"。文件名和行号也会被输出,以便输入来自脚本文件时你能知道去哪检查。"
62
63
#: ../../tutorial/errors.rst:37
64
msgid "Exceptions"
0 commit comments