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

Skip to content

Commit 66d6ae9

Browse files
committed
[po] auto sync bot
1 parent e75626f commit 66d6ae9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tutorial/errors.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ msgid ""
5656
"colon (``':'``) is missing before it. File name and line number are printed"
5757
" so you know where to look in case the input came from a script."
5858
msgstr ""
59-
"解析器会输出出现语法错误的那一行,并显示一个“箭头”,指向这行里面检测到第一个错误。 错误是由箭头指示的位置 *上面* "
60-
"的token引起的(或者至少是在这里被检测出的):在示例中,在 :func:`print` 这个函数中检测到了错误,因为在它前面少了个冒号 "
61-
"(``':'``) 。文件名和行号也会被输出,以便输入来自脚本文件时你能知道去哪检查。"
59+
"解析器会输出出现语法错误的那一行,并显示一个“箭头”,指向这行里面检测到第一个错误。 错误是由箭头指示的位置 *上面* 的 token "
60+
"引起的(或者至少是在这里被检测出的):在示例中,在 :func:`print` 这个函数中检测到了错误,因为在它前面少了个冒号 (``':'``) "
61+
"。文件名和行号也会被输出,以便输入来自脚本文件时你能知道去哪检查。"
6262

6363
#: ../../tutorial/errors.rst:37
6464
msgid "Exceptions"

0 commit comments

Comments
 (0)