Skip to content

Commit 999e668

Browse files
committed
update as per suggestion.
1 parent 0599121 commit 999e668

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/string.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2023-07-17 17:39+0800\n"
11-
"PO-Revision-Date: 2023-11-25 16:16+0800\n"
11+
"PO-Revision-Date: 2023-11-25 16:25+0800\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1414
"tw)\n"
@@ -982,9 +982,9 @@ msgid ""
982982
"keywords are the placeholders. When both *mapping* and *kwds* are given and "
983983
"there are duplicates, the placeholders from *kwds* take precedence."
984984
msgstr ""
985-
"進行樣本替換,並回傳一個新的字串。*mapping* 是任何金鑰符合樣本裡需填入之處的"
986-
"字典型物件。同時,如果關鍵字就是樣本裡需填入的物件時,您也可以改使用關鍵字引"
987-
"數。當*mapping**kwds*同時存在並且重疊時,*kwds*會被優先使用。"
985+
"進行樣本替換,並回傳一個新的字串。 *mapping* 是任何有金鑰並符合樣本裡佔位符號"
986+
"的字典型物件。同時,如果關鍵字就是佔位符號時,您也可以改使用關鍵字引數。當 "
987+
"*mapping**kwds* 同時存在並且重疊時,*kwds* 會被優先使用。"
988988

989989
#: ../../library/string.rst:786
990990
msgid ""

0 commit comments

Comments
 (0)