File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -103,11 +103,11 @@ msgid ""
103
103
"in the current dialect. For full details about the dialect and formatting "
104
104
"parameters, see section :ref:`csv-fmt-params`."
105
105
msgstr ""
106
- "回傳一個 reader object 並在指定的 *csvfile* 中逐行疊代 (iterate),"
107
- "*csvfile* 可以成為任何 object 並支援 :term:`iterator` 協定,每次呼叫 "
106
+ "回傳一個讀取物件 ( reader object) 並在指定的 *csvfile* 中逐行疊代 (iterate),"
107
+ "*csvfile* 可以成為任何物件並支援 :term:`iterator` 協定,每次呼叫 "
108
108
":meth:`!__next__` method(方法)時皆會回傳一個字串,"
109
- ":term:`file objects <file object>` 及 list objects 皆適用。 "
110
- "如果 *csvfile* 是個 file object ,則需開啟時使用 ``newline=''``。"
109
+ ":term:`檔案物件 ( file object) <file object>` 及列表物件 ( list object) "
110
+ "皆適用。 如果 *csvfile* 是個檔案物件 ,則需開啟時使用 ``newline=''``。"
111
111
" [1]_ *dialect* 為一個可選填的參數,可以用為特定的 CSV dialect(方言)"
112
112
" 定義一組參數。它可能為 :class:`Dialect` 的一個子類別 (subclass) 的實例"
113
113
"或是由 :func:`list_dialects` 函式回傳的多個字串中的其中之一。"
You can’t perform that action at this time.
0 commit comments