8000 Fix translation rst-26 · python/python-docs-zh-tw@976d830 · GitHub
[go: up one dir, main page]

Skip to content

Commit 976d830

Browse files
committed
Fix translation rst-26
1 parent 0fb5698 commit 976d830

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
@@ -92,17 +92,17 @@ msgid ""
9292
"combination of :const:`digits`, :const:`ascii_letters`, :const:"
9393
"`punctuation`, and :const:`whitespace`."
9494
msgstr ""
95-
"ASCII 字元的字串是可被列印輸出的。 這是 :const:`digits`、 :const:"
96-
"`ascii_letters`、 :const:`punctuation` 和 :const:`whitespace` 的組合。"
95+
"ASCII 字元的字串是可被列印輸出的。 這是 :const:`digits`、:const:"
96+
"`ascii_letters`、:const:`punctuation` 和 :const:`whitespace` 的組合。"
9797

9898
#: ../../library/string.rst:71
9999
msgid ""
100100
"A string containing all ASCII characters that are considered whitespace. "
101101
"This includes the characters space, tab, linefeed, return, formfeed, and "
102102
"vertical tab."
103103
msgstr ""
104-
"包含所有 ASCII 字元的字串都視為空白。 包含空白、製表(tab)、換行"
105-
"(linefeed)、return 、換頁(formfeed) 換頁符和垂直製表(vertical tab)這些"
104+
"包含所有 ASCII 字元的字串都視為空白字元 (whitespace)。 包含空格 (space)、製表符號 (tab)、換行符號"
105+
"(linefeed)、return 、換頁(formfeed) 換頁符號和垂直製表符號(vertical tab)這些"
106106
"字元。"
107107

108108
#: ../../library/string.rst:79

0 commit comments

Comments
 (0)
0