Skip to content

Commit 6ad4548

Browse files
Sync with CPython 3.10 (#195)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1cbbaab commit 6ad4548

File tree

5 files changed

+669
-644
lines changed

5 files changed

+669
-644
lines changed

library/copyreg.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.10\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2018-06-26 18:54+0800\n"
10+
"POT-Creation-Date: 2022-01-19 00:09+0000\n"
1111
"PO-Revision-Date: 2016-11-19 00:29+0000\n"
1212
"Last-Translator: Liang-Bo Wang <me@liang2.tw>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -52,8 +52,8 @@ msgstr ""
5252
msgid ""
5353
"The optional *constructor* parameter, if provided, is a callable object "
5454
"which can be used to reconstruct the object when called with the tuple of "
55-
"arguments returned by *function* at pickling time. :exc:`TypeError` will be "
56-
"raised if *object* is a class or *constructor* is not callable."
55+
"arguments returned by *function* at pickling time. A :exc:`TypeError` is "
56+
"raised if the *constructor* is not callable."
5757
msgstr ""
5858

5959
#: ../../library/copyreg.rst:39

0 commit comments

Comments
 (0)