@@ -206,7 +206,7 @@ msgstr ""
206
206
"如果有指定本引數內容,*separators* 應該是一個 ``(item_separator, "
207
207
"key_separator)`` 二元組。如果 *indent* 為 ``None`` 則預設為 ``(', ', ': "
208
208
"')``,否則預設為 ``(',', ': ')``。想要獲得最緊湊的 JSON 表示形式,你可以改成"
209
- "指定 ``(',', ':')`` 來消除尾隨的空格 。"
209
+ "指定 ``(',', ':')`` 來消除空格 。"
210
210
211
211
#: ../../library/json.rst:183 ../../library/json.rst:467
212
212
msgid "Use ``(',', ': ')`` as default if *indent* is not ``None``."
@@ -237,7 +237,7 @@ msgid ""
237
237
"it with the *cls* kwarg; otherwise :class:`JSONEncoder` is used."
238
238
msgstr ""
239
239
"若要使用繼承自 :class:`JSONEncoder` 的自訂子類別(例如覆寫 :meth:"
240
- "`~JSONEncoder.default` 方法來序列化其他型別的一個子類別物件),請使用關鍵字參 "
240
+ "`~JSONEncoder.default` 方法來序列化其他型別的一個子類別物件),請使用關鍵字引 "
241
241
"數 *cls* 指定該類別物件;否則預設使用 :class:`JSONEncoder`。"
242
242
243
243
#: ../../library/json.rst:198 ../../library/json.rst:277
@@ -376,7 +376,7 @@ msgid ""
376
376
"will be passed to the constructor of the class."
377
377
msgstr ""
378
378
"若想要使用自定義的 :class:`JSONDecoder` 子類別物件,請以 ``cls`` 關鍵字引數指"
379
- "定之,否則將使用預設的 :class:`JSONDecoder`。其他未使用到的關鍵字參數將繼續傳 "
379
+ "定之,否則將使用預設的 :class:`JSONDecoder`。其他未使用到的關鍵字引數將繼續傳 "
380
380
"入給 JSONDecoder 的建構函數使用。"
381
381
382
382
#: ../../library/json.rst:274 ../../library/json.rst:292
0 commit comments