@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.11\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2023-02-03 14:14+0000\n "
15+ "POT-Creation-Date : 2023-02-17 14:14+0000\n "
1616"PO-Revision-Date : 2021-06-28 00:49+0000\n "
1717"Last-Translator : Akira inamori <akira.inamori@tf-ebina.com>, 2021\n "
1818"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ "
@@ -597,27 +597,18 @@ msgstr ""
597597
598598#: ../../c-api/module.rst:391
599599msgid ""
600- "Create a new module object, given the definition in *module * and the "
601- "ModuleSpec *spec*. This behaves like :c:func:`PyModule_FromDefAndSpec2` "
602- "with *module_api_version* set to :const:`PYTHON_API_VERSION`."
600+ "Create a new module object, given the definition in *def * and the ModuleSpec "
601+ "*spec*. This behaves like :c:func:`PyModule_FromDefAndSpec2` with "
602+ "*module_api_version* set to :const:`PYTHON_API_VERSION`."
603603msgstr ""
604- "*module* と ModuleSpec オブジェクトの *spec* で定義されたとおりに新しいモ"
605- "ジュールオブジェクトを生成します。\n"
606- "この関数は、 :c:func:`PyModule_FromDefAndSpec2` 関数の *module_api_version* "
607- "に :const:`PYTHON_API_VERSION` を指定した時とおなじようにふるまいます。"
608604
609605#: ../../c-api/module.rst:399
610606msgid ""
611- "Create a new module object, given the definition in *module * and the "
612- "ModuleSpec *spec*, assuming the API version *module_api_version*. If that "
613- "version does not match the version of the running interpreter, a :exc:"
614- "`RuntimeWarning` is emitted."
607+ "Create a new module object, given the definition in *def * and the ModuleSpec "
608+ "*spec*, assuming the API version *module_api_version*. If that version does "
609+ "not match the version of the running interpreter, a :exc:`RuntimeWarning` is "
610+ "emitted."
615611msgstr ""
616- "APIバージョンを *module_api_version* として、 *module* と ModuleSpec オブジェ"
617- "クトの *spec* で定義されたとおりに新しいモジュールオブジェクトを生成しま"
618- "す。\n"
619- "もし指定されたバージョンが実行しているインタープリターのバージョンと異なる場"
620- "合は、 :exc:`RuntimeWarning` を発生させます。"
621612
622613#: ../../c-api/module.rst:406
623614msgid ""
0 commit comments