@@ -20,7 +20,7 @@ msgstr ""
20
20
21
21
#: ../../library/io.rst:2
22
22
msgid ":mod:`io` --- Core tools for working with streams"
23
- msgstr ":mod:`io` —處理資料流的核心工具 "
23
+ msgstr ":mod:`io` —處理資料串流的核心工具 "
24
24
25
25
#: ../../library/io.rst:15
26
26
msgid "**Source code:** :source:`Lib/io.py`"
@@ -57,8 +57,8 @@ msgid ""
57
57
"object to the ``write()`` method of a text stream."
58
58
msgstr ""
59
59
"所有的資料串流都會謹慎處理你所提供的資料的型別。舉例來說,提供一個 :class:"
60
- "`str`物件給二進位資料流的 ``write()`` 方法將會引發 :exc:`TypeError`。同樣"
61
- "地,若提供一個 :class:`bytes`物件給文字資料流的 ``write()`` 方法,也會引發同"
60
+ "`str`物件給二進位資料串流的 ``write()`` 方法將會引發 :exc:`TypeError`。同樣"
61
+ "地,若提供一個 :class:`bytes`物件給文字資料串流的 ``write()`` 方法,也會引發同"
62
62
"樣的錯誤。"
63
63
64
64
#: ../../library/io.rst:45
@@ -94,7 +94,7 @@ msgstr ""
94
94
msgid ""
95
95
"In-memory text streams are also available as :class:`StringIO` objects::"
96
96
msgstr ""
97
- "記憶體內的文字資料流也可以使用 :class:`StringIO` 物件建立:\n"
97
+ "記憶體內的文字資料串流也可以使用 :class:`StringIO` 物件建立:\n"
98
98
"\n"
99
99
"::"
100
100
@@ -122,8 +122,8 @@ msgid ""
122
122
"The easiest way to create a binary stream is with :meth:`open()` with "
123
123
"``'b'`` in the mode string::"
124
124
msgstr ""
125
- "建立二位資料串流最簡單的方法是使用 :meth:`open()`,並在 mode 字串中加入 "
126
- "``’b’ ``:\n"
125
+ "建立二進位資料串流最簡單的方法是使用 :meth:`open()`,並在 mode 字串中加入 "
126
+ "``'b' ``:\n"
127
127
"\n"
128
128
"::"
129
129