@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-10-27 14:15+0000\n "
14+ "POT-Creation-Date : 2025-11-05 14:15+0000\n "
1515"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -124,8 +124,8 @@ msgstr ""
124124
125125#: ../../c-api/mapping.rst:105
126126msgid ""
127- "Exceptions which occur when this calls :meth:`~object.__getitem__` method "
128- "are silently ignored. For proper error handling, use :c:func:"
127+ "Exceptions which occur when this calls the :meth:`~object.__getitem__` "
128+ "method are silently ignored. For proper error handling, use :c:func:"
129129"`PyMapping_HasKeyWithError`, :c:func:`PyMapping_GetOptionalItem` or :c:func:"
130130"`PyObject_GetItem()` instead."
131131msgstr ""
@@ -139,9 +139,9 @@ msgstr ""
139139
140140#: ../../c-api/mapping.rst:119
141141msgid ""
142- "Exceptions that occur when this calls :meth:`~object.__getitem__` method or "
143- "while creating the temporary :class:`str` object are silently ignored. For "
144- "proper error handling, use :c:func:`PyMapping_HasKeyStringWithError`, :c:"
142+ "Exceptions that occur when this calls the :meth:`~object.__getitem__` method "
143+ "or while creating the temporary :class:`str` object are silently ignored. "
144+ "For proper error handling, use :c:func:`PyMapping_HasKeyStringWithError`, :c:"
145145"func:`PyMapping_GetOptionalItemString` or :c:func:`PyMapping_GetItemString` "
146146"instead."
147147msgstr ""
0 commit comments