We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c9599 commit b34de24Copy full SHA for b34de24
library/xml.sax.utils.po
@@ -39,7 +39,7 @@ msgstr ""
39
40
#: ../../library/xml.sax.utils.rst:21
41
msgid "Escape ``'&'``, ``'<'``, and ``'>'`` in a string of data."
42
-msgstr "在資料字串中轉義 ``'&'``、``'<「`` 及 ``」>'``。"
+msgstr "在資料字串中轉義 ``'&'``、``'<'`` 及 ``'>'``。"
43
44
#: ../../library/xml.sax.utils.rst:23
45
msgid ""
@@ -49,8 +49,8 @@ msgid ""
49
"``'<'`` and ``'>'`` are always escaped, even if *entities* is provided."
50
msgstr ""
51
"您可以透過傳入字典作為可選的 *entities* 參數,來轉換其他資料字串。 鍵和值都必"
52
-"須是字串;每個鍵都會被對應的值取代。 即使提供 *entities*,``'&'``、``'<「`` "
53
-"和 ``」>'``字元始終會被轉義。"
+"須是字串;每個鍵都會被對應的值取代。 即使提供 *entities*,``'&'``、``'<'`` "
+"和 ``'>'``字元始終會被轉義。"
54
55
#: ../../library/xml.sax.utils.rst:30
56
0 commit comments