File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgstr ""
11
11
"Report-Msgid-Bugs-To : \n "
12
12
"POT-Creation-Date : 2022-10-15 20:43+0000\n "
13
13
"PO-Revision-Date : 2023-05-05 12:59+0000\n "
14
- "Last-Translator : evelyn su <jieui2003 @gmail.com>\n "
14
+ "Last-Translator : CTHua <illiew2470+pythonTW @gmail.com>\n "
15
15
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh-tw) "
16
16
"\n "
17
17
"Language : regex\n "
@@ -2179,7 +2179,6 @@ msgid "match() versus search()"
2179
2179
msgstr "match() 與 search() 的差別"
2180
2180
2181
2181
#: ../../howto/regex.rst:1272
2182
- #, fuzzy
2183
2182
msgid ""
2184
2183
"The :func:`~re.match` function only checks if the RE matches at the "
2185
2184
"beginning of the string while :func:`~re.search` will scan forward through "
@@ -2194,7 +2193,6 @@ msgstr ""
2194
2193
"的掃描結果;否則就不會報告該結果。例如:"
2195
2194
2196
2195
#: ../../howto/regex.rst:1283
2197
- #, fuzzy
2198
2196
msgid ""
2199
2197
"On the other hand, :func:`~re.search` will scan forward through the string, "
2200
2198
"reporting the first match it finds. ::"
You can’t perform that action at this time.
0 commit comments