Skip to content

Commit 2a2d773

Browse files
[po] auto sync
1 parent 05fe0ea commit 2a2d773

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "96.11%", "updated_at": "2024-08-25T12:52:45Z"}
1+
{"translation": "96.11%", "updated_at": "2024-08-25T13:47:04Z"}

howto/regex.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,9 @@ msgid ""
181181
"class, it does not have special meaning. For example: ``[5^]`` will match "
182182
"either a ``'5'`` or a ``'^'``."
183183
msgstr ""
184-
"你可以通过对集合 :dfn:`取反` 来匹配字符类中未列出的字符。方法是把 ``'^'`` 放在字符类的最开头。 例如,``[^5]`` 将匹配除 "
185-
"``'5'`` 之外的任何字符。 如果插入符出现在字符类的其他位置,则它没有特殊含义。 例如:``[5^]`` 将匹配 ``'5'`` 或 "
186-
"``'^'``。"
184+
"你可以通过对集合 :dfn:`取反` 来匹配字符类中未列出的字符。具体做法是在字符类的开头加入一个脱字符 ``'^'`` 。 例如,``[^5]`` "
185+
"将匹配除 ``'5'`` 之外的任意字符。 如果脱字符出现在字符类的其他位置,它将不再具有特殊含义。 例如:``[5^]`` 将匹配 ``'5'`` 或"
186+
" ``'^'``。"
187187

188188
#: ../../howto/regex.rst:103
189189
msgid ""

0 commit comments

Comments
 (0)