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

Skip to content

Commit 57df11f

Browse files
sync with cpython b11895e3
1 parent ca853fa commit 57df11f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/functools.po

Lines changed: 2 additions & 2 deletions
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: 2021-11-19 00:09+0000\n"
10+
"POT-Creation-Date: 2022-08-11 00:17+0000\n"
1111
"PO-Revision-Date: 2018-05-23 16:02+0000\n"
1212
"Last-Translator: Adrian Liaw <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -134,7 +134,7 @@ msgstr ""
134134

135135
#: ../../library/functools.rst:122
136136
msgid ""
137-
"A comparison function is any callable that accept two arguments, compares "
137+
"A comparison function is any callable that accepts two arguments, compares "
138138
"them, and returns a negative number for less-than, zero for equality, or a "
139139
"positive number for greater-than. A key function is a callable that accepts "
140140
"one argument and returns another value to be used as the sort key."

0 commit comments

Comments
 (0)