File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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."
802802msgstr ""
803+ "型オブジェクトを *module* に追加します。型オブジェクトは内部で :c:func:"
804+ "`PyType_Ready` を呼び出してファイナライズされます。型オブジェクトの名前は、 :"
805+ "c:member:`~PyTypeObject.tp_name` のドットの後の最後の部分から取られます。エ"
806+ "ラー時には ``-1`` を、成功時には ``0`` を返します。"
803807
804808#: ../../c-api/module.rst:582
805809msgid "Module lookup"
Original file line number Diff line number Diff 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."
3737msgstr ""
38- "型オブジェクト自身の型オブジェクトです; Python レイヤにおける :class:`type` "
38+ "型オブジェクト自身の型オブジェクトです。 Python レイヤにおける :class:`type` "
3939"と同じオブジェクトです。"
4040
4141#: ../../c-api/type.rst:24
You can’t perform that action at this time.
0 commit comments