@@ -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-08-07 20:38 +0000\n "
14+ "POT-Creation-Date : 2025-08-09 14:17 +0000\n "
1515"PO-Revision-Date : 2025-08-02 17:35+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -92,23 +92,19 @@ msgstr ""
9292
9393#: ../../library/typing.rst:48
9494msgid ""
95- "`\" Typing cheat sheet\" <https://mypy.readthedocs.io/en/stable/"
96- "cheat_sheet_py3. html>`_"
95+ "`Typing cheat sheet <https://mypy.readthedocs.io/en/stable/cheat_sheet_py3. "
96+ "html>`_"
9797msgstr ""
98- "`\" Typing cheat sheet\" <https://mypy.readthedocs.io/en/stable/"
99- "cheat_sheet_py3.html>`_"
10098
10199#: ../../library/typing.rst:49
102100msgid "A quick overview of type hints (hosted at the mypy docs)"
103101msgstr "型ヒントの簡単な概要 (mypy ドキュメンテーション)"
104102
105103#: ../../library/typing.rst:51
106104msgid ""
107- "\" Type System Reference\" section of `the mypy docs <https://mypy."
108- "readthedocs.io/ en/stable/index.html>`_"
105+ "Type System Reference section of `the mypy docs <https://mypy.readthedocs.io/ "
106+ "en/stable/index.html>`_"
109107msgstr ""
110- "`mypy ドキュメンテーション <https://mypy.readthedocs.io/en/stable/index."
111- "html>`_ の \" Type System Reference\" セクション"
112108
113109#: ../../library/typing.rst:52
114110msgid ""
@@ -121,7 +117,7 @@ msgstr ""
121117"部分もあるかもしれません。)"
122118
123119#: ../../library/typing.rst:56
124- msgid "`\" Static Typing with Python\" <https://typing.python.org/en/latest/>`_"
120+ msgid "`Static Typing with Python <https://typing.python.org/en/latest/>`_"
125121msgstr ""
126122
127123#: ../../library/typing.rst:57
@@ -140,8 +136,8 @@ msgstr "Python 型システムの仕様"
140136#: ../../library/typing.rst:66
141137msgid ""
142138"The canonical, up-to-date specification of the Python type system can be "
143- "found at `\" Specification for the Python type system\" <https://typing."
144- "python. org/en/latest/spec/index.html>`_."
139+ "found at `Specification for the Python type system <https://typing.python ."
140+ "org/en/latest/spec/index.html>`_."
145141msgstr ""
146142
147143#: ../../library/typing.rst:72
@@ -3810,7 +3806,7 @@ msgid ""
38103806"runtime as soon as the class has been created. Monkey-patching attributes "
38113807"onto a runtime-checkable protocol will still work, but will have no impact "
38123808"on :func:`isinstance` checks comparing objects to the protocol. See :ref:"
3813- "`\" What's new in Python 3.12\" <whatsnew-typing-py312>` for more details."
3809+ "`What's new in Python 3.12 <whatsnew-typing-py312>` for more details."
38143810msgstr ""
38153811
38163812#: ../../library/typing.rst:2582
0 commit comments