Skip to content

Commit 0e57ded

Browse files
author
github-actions
committed
Merge 3.11 into 3.10
1 parent a7ab98d commit 0e57ded

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

c-api/module.po

+4
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,10 @@ msgid ""
800800
"the last component of :c:member:`~PyTypeObject.tp_name` after dot. Return "
801801
"``-1`` on error, ``0`` on success."
802802
msgstr ""
803+
"型オブジェクトを *module* に追加します。型オブジェクトは内部で :c:func:"
804+
"`PyType_Ready` を呼び出してファイナライズされます。型オブジェクトの名前は、 :"
805+
"c:member:`~PyTypeObject.tp_name` のドットの後の最後の部分から取られます。エ"
806+
"ラー時には ``-1`` を、成功時には ``0`` を返します。"
803807

804808
#: ../../c-api/module.rst:582
805809
msgid "Module lookup"

c-api/type.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ msgid ""
3535
"This is the type object for type objects; it is the same object as :class:"
3636
"`type` in the Python layer."
3737
msgstr ""
38-
"型オブジェクト自身の型オブジェクトです; Python レイヤにおける :class:`type` "
38+
"型オブジェクト自身の型オブジェクトですPython レイヤにおける :class:`type` "
3939
"と同じオブジェクトです。"
4040

4141
#: ../../c-api/type.rst:24

0 commit comments

Comments
 (0)