Skip to content

Commit 8b80bb8

Browse files
sync with cpython 4f161e65
1 parent 2047c2a commit 8b80bb8

File tree

11 files changed

+372
-360
lines changed

11 files changed

+372
-360
lines changed

c-api/call.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.9\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2021-09-13 00:11+0000\n"
11+
"POT-Creation-Date: 2021-10-07 00:10+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -254,7 +254,7 @@ msgstr ""
254254
msgid ""
255255
"Various functions are available for calling a Python object. Each converts "
256256
"its arguments to a convention supported by the called object – either "
257-
"*tp_call* or vectorcall. In order to do as litle conversion as possible, "
257+
"*tp_call* or vectorcall. In order to do as little conversion as possible, "
258258
"pick one that best fits the format of data you have available."
259259
msgstr ""
260260

faq/design.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2021-09-13 00:11+0000\n"
11+
"POT-Creation-Date: 2021-10-07 00:10+0000\n"
1212
"PO-Revision-Date: 2018-05-23 14:35+0000\n"
1313
"Last-Translator: Adrian Liaw <[email protected]>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -922,7 +922,7 @@ msgid ""
922922
"For technical reasons, a generator used directly as a context manager would "
923923
"not work correctly. When, as is most common, a generator is used as an "
924924
"iterator run to completion, no closing is needed. When it is, wrap it as "
925-
"\"contextlib.closing(generator)\" in the 'with' statment."
925+
"\"contextlib.closing(generator)\" in the 'with' statement."
926926
msgstr ""
927927

928928
#: ../../faq/design.rst:722

faq/programming.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgid ""
1010
msgstr ""
1111
"Project-Id-Version: Python 3.7\n"
1212
"Report-Msgid-Bugs-To: \n"
13-
"POT-Creation-Date: 2021-09-13 00:11+0000\n"
13+
"POT-Creation-Date: 2021-10-07 00:10+0000\n"
1414
"PO-Revision-Date: 2018-05-23 14:35+0000\n"
1515
"Last-Translator: Adrian Liaw <[email protected]>\n"
1616
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -1349,8 +1349,8 @@ msgstr ""
13491349
msgid ""
13501350
"The ``array`` module also provides methods for creating arrays of fixed "
13511351
"types with compact representations, but they are slower to index than "
1352-
"lists. Also note that the Numeric extensions and others define array-like "
1353-
"structures with various characteristics as well."
1352+
"lists. Also note that NumPy and other third party packages define array-"
1353+
"like structures with various characteristics as well."
13541354
msgstr ""
13551355

13561356
#: ../../faq/programming.rst:1190

0 commit comments

Comments
 (0)