Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bfbbc31

Browse files
github-actions[bot]mattwang44
authored andcommitted
sync with cpython 30c687cd
1 parent 6b2d918 commit bfbbc31

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

library/marshal.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgid ""
1010
msgstr ""
1111
"Project-Id-Version: Python 3.12\n"
1212
"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"
1414
"PO-Revision-Date: 2023-04-24 21:28+0800\n"
1515
"Last-Translator: Matt Wang <[email protected]>\n"
1616
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -27,11 +27,12 @@ msgid ":mod:`!marshal` --- Internal Python object serialization"
2727
msgstr ":mod:`!marshal` --- 内部 Python 物件序列化"
2828

2929
#: ../../library/marshal.rst:10
30+
#, fuzzy
3031
msgid ""
3132
"This module contains functions that can read and write Python values in a "
3233
"binary format. The format is specific to Python, but independent of machine "
3334
"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 "
3536
"are undocumented on purpose; it may change between Python versions (although "
3637
"it rarely does). [#]_"
3738
msgstr ""

0 commit comments

Comments
 (0)