@@ -15,7 +15,7 @@ msgid ""
1515msgstr ""
1616"Project-Id-Version : Python 3.12\n "
1717"Report-Msgid-Bugs-To : \n "
18- "POT-Creation-Date : 2024-03-01 14:13 +0000\n "
18+ "POT-Creation-Date : 2024-03-08 14:14 +0000\n "
1919"PO-Revision-Date : 2021-06-28 00:50+0000\n "
2020"Last-Translator : tomo, 2023\n "
2121"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -860,13 +860,13 @@ msgstr "任意のドキュメンテーション文字列"
860860
861861#: ../../c-api/structures.rst:705
862862msgid ""
863- "Optional function pointer, providing additional data for getter and setter."
863+ "Optional user data pointer, providing additional data for getter and setter."
864864msgstr ""
865865
866866#: ../../c-api/structures.rst:709
867867msgid ""
868868"The ``get`` function takes one :c:expr:`PyObject*` parameter (the instance) "
869- "and a function pointer (the associated ``closure``):"
869+ "and a user data pointer (the associated ``closure``):"
870870msgstr ""
871871
872872#: ../../c-api/structures.rst:712
@@ -879,7 +879,7 @@ msgstr ""
879879#: ../../c-api/structures.rst:717
880880msgid ""
881881"``set`` functions take two :c:expr:`PyObject*` parameters (the instance and "
882- "the value to be set) and a function pointer (the associated ``closure``):"
882+ "the value to be set) and a user data pointer (the associated ``closure``):"
883883msgstr ""
884884
885885#: ../../c-api/structures.rst:720
0 commit comments