Skip to content

Commit

Permalink
docs(library/pickle.po): resolve all of the suggestions before 10/19
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyLull committed Oct 20, 2024
1 parent e94d9a7 commit 0d55be1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/pickle.po
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ msgid ""
"Write the pickled representation of the object *obj* to the open :term:`file "
"object` *file*. This is equivalent to ``Pickler(file, protocol).dump(obj)``."
msgstr ""
"將被封裝成 pickle 形式的 *obj* 寫入到已開啟的\\ :term:`file object` *file*。"
"將被封裝成 pickle 形式的物件 *obj* 寫入到已開啟的\\ :term:`file object` *file*。"
"這等效於\\ ``Pickler(file, protocol).dump(obj)``。"

#: ../../library/pickle.rst:222
Expand All @@ -432,7 +432,7 @@ msgid ""
"Return the pickled representation of the object *obj* as a :class:`bytes` "
"object, instead of writing it to a file."
msgstr ""
"將被封裝為 pickle 形式的 *obj* 以 :class:`bytes` 類別回傳,而非寫入進檔案。"
"將被封裝為 pickle 形式的物件 *obj* 以 :class:`bytes` 類別回傳,而非寫入進檔案。"

#: ../../library/pickle.rst:233
msgid ""
Expand Down

0 comments on commit 0d55be1

Please sign in to comment.