1111# zkonge <[email protected] >, 201912121313# WH-2099 <[email protected] >, 202014- # Freesand Leo <[email protected] >, 2020 14+ # Freesand Leo <[email protected] >, 2021 1515#
1616#, fuzzy
1717msgid ""
@@ -20,7 +20,7 @@ msgstr ""
2020"Report-Msgid-Bugs-To : \n "
2121"POT-Creation-Date : 2021-01-01 05:02+0000\n "
2222"PO-Revision-Date : 2017-02-16 23:24+0000\n "
23- "
Last-Translator :
Freesand Leo <[email protected] >, 2020 \n "
23+ "
Last-Translator :
Freesand Leo <[email protected] >, 2021 \n "
2424"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2525"MIME-Version : 1.0\n "
2626"Content-Type : text/plain; charset=UTF-8\n "
@@ -1252,7 +1252,7 @@ msgstr "这样的话,分隔组将会出现在结果列表中同样的位置。
12521252msgid ""
12531253"Empty matches for the pattern split the string only when not adjacent to a "
12541254"previous empty match."
1255- msgstr "样式的空匹配将分开字符串,但只在不相临的状况生效 。"
1255+ msgstr "样式的空匹配仅在与前一个空匹配不相邻时才会拆分字符串 。"
12561256
12571257#: ../../library/re.rst:817 ../../library/re.rst:897 ../../library/re.rst:921
12581258msgid "Added the optional flags argument."
@@ -1327,9 +1327,8 @@ msgid ""
13271327"replaced only when not adjacent to a previous empty match, so ``sub('x*', "
13281328"'-', 'abxd')`` returns ``'-a-b--d-'``."
13291329msgstr ""
1330- "可选参数 *count* 是要替换的最大次数;*count* "
1331- "必须是非负整数。如果忽略这个参数,或者设置为0,所有的匹配都会被替换。空匹配只在不相临连续的情况被更替,所以 ``sub('x*', '-', "
1332- "'abxd')`` 返回 ``'-a-b--d-'`` 。"
1330+ "可选参数 *count* 是要替换的最大次数;*count* 必须是非负整数。如果省略这个参数或设为 0,所有的匹配都会被替换。 "
1331+ "样式的空匹配仅在与前一个空匹配不相邻时才会被替换,所以 ``sub('x*', '-', 'abxd')`` 返回 ``'-a-b--d-'`` 。"
13331332
13341333#: ../../library/re.rst:887
13351334msgid ""
0 commit comments