File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -800,6 +800,10 @@ msgid ""
800
800
"the last component of :c:member:`~PyTypeObject.tp_name` after dot. Return "
801
801
"``-1`` on error, ``0`` on success."
802
802
msgstr ""
803
+ "型オブジェクトを *module* に追加します。型オブジェクトは内部で :c:func:"
804
+ "`PyType_Ready` を呼び出してファイナライズされます。型オブジェクトの名前は、 :"
805
+ "c:member:`~PyTypeObject.tp_name` のドットの後の最後の部分から取られます。エ"
806
+ "ラー時には ``-1`` を、成功時には ``0`` を返します。"
803
807
804
808
#: ../../c-api/module.rst:582
805
809
msgid "Module lookup"
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ msgid ""
35
35
"This is the type object for type objects; it is the same object as :class:"
36
36
"`type` in the Python layer."
37
37
msgstr ""
38
- "型オブジェクト自身の型オブジェクトです; Python レイヤにおける :class:`type` "
38
+ "型オブジェクト自身の型オブジェクトです。 Python レイヤにおける :class:`type` "
39
39
"と同じオブジェクトです。"
40
40
41
41
#: ../../c-api/type.rst:24
You can’t perform that action at this time.
0 commit comments