Skip to content

Commit 51ce1a8

Browse files
pydoc-zh-tw[bot]github-actions[bot]mattwang44
authored
Sync with CPython 3.11 (#341)
* sync with cpython 46a3cf4f * fix: resolve fuzzy entries and add some simple translations * sync with cpython 67f63b82 * fix: resolve fuzzy entry Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt.Wang <mattwang44@gmail.com>
1 parent 82106ec commit 51ce1a8

15 files changed

+618
-471
lines changed

howto/functional.po

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.11\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2022-08-05 00:19+0000\n"
11+
"POT-Creation-Date: 2022-11-02 00:20+0000\n"
1212
"PO-Revision-Date: 2018-05-23 14:36+0000\n"
1313
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -1047,10 +1047,10 @@ msgstr ""
10471047

10481048
#: ../../howto/functional.rst:997
10491049
msgid ""
1050-
"The :mod:`functools` module in Python 2.5 contains some higher-order "
1051-
"functions. A **higher-order function** takes one or more functions as input "
1052-
"and returns a new function. The most useful tool in this module is the :"
1053-
"func:`functools.partial` function."
1050+
"The :mod:`functools` module contains some higher-order functions. A **higher-"
1051+
"order function** takes one or more functions as input and returns a new "
1052+
"function. The most useful tool in this module is the :func:`functools."
1053+
"partial` function."
10541054
msgstr ""
10551055

10561056
#: ../../howto/functional.rst:1002

0 commit comments

Comments
 (0)