Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions c-api/type.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.14\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-20 00:14+0000\n"
"POT-Creation-Date: 2025-11-22 00:14+0000\n"
"PO-Revision-Date: 2015-12-09 17:51+0000\n"
"Last-Translator: Liang-Bo Wang <me@liang2.tw>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand Down Expand Up @@ -762,8 +762,8 @@ msgstr ""

#: ../../c-api/type.rst:640
msgid ""
"The field :c:member:`~PyTypeObject.tp_vectorcall` can now set using :c:data:"
"`Py_tp_vectorcall`. See the field's documentation for details."
"The field :c:member:`~PyTypeObject.tp_vectorcall` can now be set using :c:"
"data:`Py_tp_vectorcall`. See the field's documentation for details."
msgstr ""

#: ../../c-api/type.rst:647
Expand Down
Loading