Skip to content

Commit c1d8db1

Browse files
committed
Fix error
1 parent cc9158c commit c1d8db1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/csv.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ msgid ""
531531
"defaults to :const:`True`."
532532
msgstr ""
533533
"控制\\ *引號*\\ 的實例何時出現在欄位之中,並讓它們自己被放在引號之內。當屬性"
534-
"為 :const:`True`,字元會是雙引號。若為 const:`False`,在\\ *引號*\\ 之前會先"
534+
"為 :const:`True`,字元會是雙引號。若為 :const:`False`,在\\ *引號*\\ 之前會先"
535535
"使用\\ *逸出字元*\\ 作為前綴字。預設為 :const:`True`。"
536536

537537
#: ../../library/csv.rst:397
@@ -609,7 +609,7 @@ msgstr ""
609609
msgid ""
610610
"When ``True``, raise exception :exc:`Error` on bad CSV input. The default is "
611611
"``False``."
612-
msgstr "若為 ``True``,若有錯誤的 CSV 輸入則會引發例外。預設為 ``False``。"
612+
msgstr "若為 ``True``,若有錯誤的 CSV 輸入則會引發 :exc:`Error`。預設為 ``False``。"
613613

614614
#: ../../library/csv.rst:451
615615
msgid "Reader Objects"

0 commit comments

Comments
 (0)