Skip to content

Commit 769bc3e

Browse files
author
Leo Wang
committed
Update string literal translation in library/re.po
1 parent 6c50408 commit 769bc3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/re.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ msgid ""
6464
"even if it is a valid escape sequence for a regular expression."
6565
msgstr ""
6666
"正規表示式使用反斜線字元 (``'\\'``) 表示特別的形式,或是使用特殊字元而不調用"
67-
"它們的特殊意義。這與 Python 在字串文字 (literal) 中,為了一樣的目的使用同一個字元的"
67+
"它們的特殊意義。這與 Python 在字串文本 (literal) 中,為了一樣的目的使用同一個字元的"
6868
"目的相衝突;舉例來說,為了配對一個反斜線文字,一個人可能需要寫 ``'\\\\\\\\'`` 當作"
69-
"模式字串,因為正規表示式必須是 ``\\\\``,而且每個反斜線在一個普通的 Python 字串文字中"
70-
"必須表示為 ``\\\\``。另外,請注意在 Python 的字串文字中使用反斜線的任何無效跳脫序列"
69+
"模式字串,因為正規表示式必須是 ``\\\\``,而且每個反斜線在一個普通的 Python 字串文本中"
70+
"必須表示為 ``\\\\``。另外,請注意在 Python 的字串文本中使用反斜線的任何無效跳脫序列"
7171
"目前會產生一個 :exc:`SyntaxWarning`,而在未來這會變成一個 :exc:`SyntaxError`。"
7272
"儘管它對正規表示式是一個有效的跳脫序列,這種行為也會發生。"
7373

0 commit comments

Comments
 (0)