Skip to content

Commit 61a5b69

Browse files
sync with cpython 8b6eaef8
1 parent b4ae0e0 commit 61a5b69

File tree

8 files changed

+2113
-2043
lines changed

8 files changed

+2113
-2043
lines changed

glossary.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.14\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-11-10 16:45+0000\n"
10+
"POT-Creation-Date: 2025-12-17 00:14+0000\n"
1111
"PO-Revision-Date: 2023-07-02 22:47+0800\n"
1212
"Last-Translator: Matt Wang <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -1830,10 +1830,11 @@ msgstr ""
18301830
"groupby`。"
18311831

18321832
#: ../../glossary.rst:815
1833+
#, fuzzy
18331834
msgid ""
18341835
"There are several ways to create a key function. For example. the :meth:"
1835-
"`str.lower` method can serve as a key function for case insensitive sorts. "
1836-
"Alternatively, a key function can be built from a :keyword:`lambda` "
1836+
"`str.casefold` method can serve as a key function for case insensitive "
1837+
"sorts. Alternatively, a key function can be built from a :keyword:`lambda` "
18371838
"expression such as ``lambda r: (r[0], r[2])``. Also, :func:`operator."
18381839
"attrgetter`, :func:`operator.itemgetter`, and :func:`operator.methodcaller` "
18391840
"are three key function constructors. See the :ref:`Sorting HOW TO "

0 commit comments

Comments
 (0)