Skip to content

Commit 0ff8dbb

Browse files
github-actions[bot]mattwang44
authored andcommitted
sync with cpython fa118f0c
1 parent 8cade4d commit 0ff8dbb

File tree

2 files changed

+155
-144
lines changed

2 files changed

+155
-144
lines changed

c-api/typeobj.po

Lines changed: 4 additions & 4 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: 2022-07-06 00:17+0000\n"
10+
"POT-Creation-Date: 2022-08-26 00:17+0000\n"
1111
"PO-Revision-Date: 2018-05-23 14:33+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -2941,9 +2941,9 @@ msgstr ""
29412941

29422942
#: ../../c-api/typeobj.rst:2050
29432943
msgid ""
2944-
"Also, since :c:type:`PyTypeObject` is not part of the :ref:`stable ABI "
2945-
"<stable>`, any extension modules using static types must be compiled for a "
2946-
"specific Python minor version."
2944+
"Also, since :c:type:`PyTypeObject` is only part of the :ref:`Limited API "
2945+
"<stable>` as an opaque struct, any extension modules using static types must "
2946+
"be compiled for a specific Python minor version."
29472947
msgstr ""
29482948

29492949
#: ../../c-api/typeobj.rst:2058

0 commit comments

Comments
 (0)