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

Skip to content

Commit 82bbffb

Browse files
sync with cpython 8b3b5be9
1 parent 6b5ae39 commit 82bbffb

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

tutorial/errors.po

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgid ""
1010
msgstr ""
1111
"Project-Id-Version: Python 3.12\n"
1212
"Report-Msgid-Bugs-To: \n"
13-
"POT-Creation-Date: 2023-11-20 00:03+0000\n"
13+
"POT-Creation-Date: 2024-03-12 00:03+0000\n"
1414
"PO-Revision-Date: 2022-10-24 14:54+0800\n"
1515
"Last-Translator: Steven Hsu <[email protected]>\n"
1616
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -49,13 +49,14 @@ msgstr ""
4949
"怨: ::"
5050

5151
#: ../../tutorial/errors.rst:26
52-
msgid ""
53-
"The parser repeats the offending line and displays a little 'arrow' pointing "
54-
"at the earliest point in the line where the error was detected. The error "
55-
"is caused by (or at least detected at) the token *preceding* the arrow: in "
56-
"the example, the error is detected at the function :func:`print`, since a "
57-
"colon (``':'``) is missing before it. File name and line number are printed "
58-
"so you know where to look in case the input came from a script."
52+
#, fuzzy
53+
msgid ""
54+
"The parser repeats the offending line and displays little 'arrow's pointing "
55+
"at the token in the line where the error was detected. The error may be "
56+
"caused by the absence of a token *before* the indicated token. In the "
57+
"example, the error is detected at the function :func:`print`, since a colon "
58+
"(``':'``) is missing before it. File name and line number are printed so "
59+
"you know where to look in case the input came from a script."
5960
msgstr ""
6061
"剖析器 (parser) 會重複犯錯的那一行,並用一個小「箭頭」指向該行檢測到的第一個"
6162
"錯誤點。錯誤是由箭頭\\ *之前*\\ 的標記 (token) 導致的(或至少是在這裡檢測到"

0 commit comments

Comments
 (0)