Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit882f18b

Browse files
committed
Fix with Reviewer's comment and typo
1 parent42e525b commit882f18b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎library/csv.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ msgid ""
5656
"Excel. Programmers can also describe the CSV formats understood by other "
5757
"applications or define their own special-purpose CSV formats."
5858
msgstr""
59-
":mod:`csv`模組實施透過 class 去讀取、寫入 CSV 格式的表格資料。"
59+
":mod:`csv`模組實作透過 class 去讀取、寫入 CSV 格式的表格資料。"
6060
"它讓程式設計師可以說出:「以 Excel 為首選並寫入該種格式的資料」或是"
61-
"「從 Excel 產生的檔案來讀取資料」,且無須知道這是 Excel 所使用的 "
61+
"「從 Excel 產生的檔案來讀取資料」,且無需知道這是 Excel 所使用的 "
6262
"CSV 格式等精確的細節。程式設計師也可以描述其他應用程式所理解的 CSV 格式"
6363
"或他們自行定義具有特殊意義的 CSV 格式。"
6464

@@ -78,7 +78,7 @@ msgstr ":pep:`305` - CSV 檔案 API"
7878

7979
#:../../library/csv.rst:42
8080
msgid"The Python Enhancement Proposal which proposed this addition to Python."
81-
msgstr"Python Enhancement Proposal (PEP)所提出的 Python 附加功能。"
81+
msgstr"Python Enhancement Proposal (PEP)所提出的 Python 附加功能。"
8282

8383
#:../../library/csv.rst:48
8484
msgid"Module Contents"
@@ -109,11 +109,11 @@ msgstr ""
109109
":term:`file objects <file object>` 及 list objects 皆適用。"
110110
"如果 *csvfile* 是個 file object,則需開啟時使用 ``newline=''``。"
111111
" [1]_ *dialect* 為一個可選填的參數,可以用為特定的 CSV dialect(方言)"
112-
" 定義一組參數。它可能為 :class:`Dialect` 的一個子類別 (subcless) 的實例"
112+
" 定義一組參數。它可能為 :class:`Dialect` 的一個子類別 (subclass) 的實例"
113113
"或是由 :func:`list_dialects` 函式回傳的多個字串中的其中之一。"
114114
"另一個可選填的關鍵字引數 *fmtparams* 可以在這個 dialect 中 override(置換)"
115-
"獨立的格式參數 (formatting parameter)。關於 dialect及格式參數的完整說明,"
116-
"請見段落 :ref:`csv-fmt-params`。"
115+
"獨立的格式化參數 (formatting parameter)。關於 dialect及格式化參數的完整"
116+
"說明,請見段落 :ref:`csv-fmt-params`。"
117117

118118

119119
#:../../library/csv.rst:71

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp