Skip to content

Commit 0afb1c0

Browse files
sync with cpython fc1c9f88
1 parent 465278c commit 0afb1c0

File tree

3 files changed

+1193
-1179
lines changed

3 files changed

+1193
-1179
lines changed

c-api/slice.po

+8-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.13\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2024-09-23 07:52+0800\n"
11+
"POT-Creation-Date: 2025-02-18 00:13+0000\n"
1212
"PO-Revision-Date: 2018-05-23 14:07+0000\n"
1313
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -160,10 +160,16 @@ msgstr ""
160160

161161
#: ../../c-api/slice.rst:123
162162
msgid ""
163+
"The type of Python :const:`Ellipsis` object. Same as :class:`types."
164+
"EllipsisType` in the Python layer."
165+
msgstr ""
166+
167+
#: ../../c-api/slice.rst:129
168+
msgid ""
163169
"The Python ``Ellipsis`` object. This object has no methods. Like :c:data:"
164170
"`Py_None`, it is an :term:`immortal` singleton object."
165171
msgstr ""
166172

167-
#: ../../c-api/slice.rst:126
173+
#: ../../c-api/slice.rst:132
168174
msgid ":c:data:`Py_Ellipsis` is immortal."
169175
msgstr ":c:data:`Py_Ellipsis` 為不滅的 (immortal)。"

0 commit comments

Comments
 (0)