Skip to content

Commit 3658dc6

Browse files
committed
docs(library/json.po): part of review 1 fixes
1 parent f8211d2 commit 3658dc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/json.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ msgstr ""
206206
"如果有指定本引數內容,*separators* 應該是一個 ``(item_separator, "
207207
"key_separator)`` 二元組。如果 *indent* 為 ``None`` 則預設為 ``(', ', ': "
208208
"')``,否則預設為 ``(',', ': ')``。想要獲得最緊湊的 JSON 表示形式,你可以改成"
209-
"指定 ``(',', ':')`` 來消除尾隨的空格。"
209+
"指定 ``(',', ':')`` 來消除空格。"
210210

211211
#: ../../library/json.rst:183 ../../library/json.rst:467
212212
msgid "Use ``(',', ': ')`` as default if *indent* is not ``None``."
@@ -237,7 +237,7 @@ msgid ""
237237
"it with the *cls* kwarg; otherwise :class:`JSONEncoder` is used."
238238
msgstr ""
239239
"若要使用繼承自 :class:`JSONEncoder` 的自訂子類別(例如覆寫 :meth:"
240-
"`~JSONEncoder.default` 方法來序列化其他型別的一個子類別物件),請使用關鍵字參"
240+
"`~JSONEncoder.default` 方法來序列化其他型別的一個子類別物件),請使用關鍵字引"
241241
"數 *cls* 指定該類別物件;否則預設使用 :class:`JSONEncoder`。"
242242

243243
#: ../../library/json.rst:198 ../../library/json.rst:277
@@ -376,7 +376,7 @@ msgid ""
376376
"will be passed to the constructor of the class."
377377
msgstr ""
378378
"若想要使用自定義的 :class:`JSONDecoder` 子類別物件,請以 ``cls`` 關鍵字引數指"
379-
"定之,否則將使用預設的 :class:`JSONDecoder`。其他未使用到的關鍵字參數將繼續傳"
379+
"定之,否則將使用預設的 :class:`JSONDecoder`。其他未使用到的關鍵字引數將繼續傳"
380380
"入給 JSONDecoder 的建構函數使用。"
381381

382382
#: ../../library/json.rst:274 ../../library/json.rst:292

0 commit comments

Comments
 (0)