File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ msgid ""
10
10
msgstr ""
11
11
"Project-Id-Version : Python 3.12\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
- "POT-Creation-Date : 2024-05-09 00:03 +0000\n "
13
+ "POT-Creation-Date : 2024-05-20 00:04 +0000\n "
14
14
"PO-Revision-Date : 2023-04-24 21:28+0800\n "
15
15
"
Last-Translator :
Matt Wang <[email protected] >\n "
16
16
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -27,11 +27,12 @@ msgid ":mod:`!marshal` --- Internal Python object serialization"
27
27
msgstr ":mod:`!marshal` --- 内部 Python 物件序列化"
28
28
29
29
#: ../../library/marshal.rst:10
30
+ #, fuzzy
30
31
msgid ""
31
32
"This module contains functions that can read and write Python values in a "
32
33
"binary format. The format is specific to Python, but independent of machine "
33
34
"architecture issues (e.g., you can write a Python value to a file on a PC, "
34
- "transport the file to a Sun , and read it back there). Details of the format "
35
+ "transport the file to a Mac , and read it back there). Details of the format "
35
36
"are undocumented on purpose; it may change between Python versions (although "
36
37
"it rarely does). [#]_"
37
38
msgstr ""
You can’t perform that action at this time.
0 commit comments