Skip to content

Commit 424a3a4

Browse files
Sync with CPython 3.10 (#270)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 74fa024 commit 424a3a4

File tree

9 files changed

+743
-663
lines changed

9 files changed

+743
-663
lines changed

library/configparser.po

+144-144
Large diffs are not rendered by default.

library/contextlib.po

+73-67
Large diffs are not rendered by default.

library/ctypes.po

+2-2
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-09-24 00:11+0000\n"
10+
"POT-Creation-Date: 2022-03-30 00:13+0000\n"
1111
"PO-Revision-Date: 2018-05-23 14:42+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -2620,7 +2620,7 @@ msgstr ""
26202620
#: ../../library/ctypes.rst:2515
26212621
msgid ""
26222622
"The recommended way to create concrete array types is by multiplying any :"
2623-
"mod:`ctypes` data type with a positive integer. Alternatively, you can "
2623+
"mod:`ctypes` data type with a non-negative integer. Alternatively, you can "
26242624
"subclass this type and define :attr:`_length_` and :attr:`_type_` class "
26252625
"variables. Array elements can be read and written using standard subscript "
26262626
"and slice accesses; for slice reads, the resulting object is *not* itself "

0 commit comments

Comments
 (0)