@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.12\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2023-11-10 14:13 +0000\n "
15
+ "POT-Creation-Date : 2023-12-01 14:14 +0000\n "
16
16
"PO-Revision-Date : 2021-06-28 00:52+0000\n "
17
17
"Last-Translator : tomo, 2023\n "
18
18
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -379,14 +379,8 @@ msgid ""
379
379
"defined this way can have an associated doc string simply by providing the "
380
380
"text in the table. An application can use the introspection API to retrieve "
381
381
"the descriptor from the class object, and get the doc string using its :attr:"
382
- "`__doc__` attribute."
382
+ "`! __doc__` attribute."
383
383
msgstr ""
384
- ":c:member:`~PyTypeObject.tp_members` を使ったひとつの面白い利用法は、実行時に"
385
- "使われるデスクリプタを作成しておき、単にテーブル中にテキストを置いておくこと"
386
- "によって、この方法で定義されたすべての属性に doc string を関連付けられるよう"
387
- "にすることです。アプリケーションはこのイントロスペクション用 API を使って、ク"
388
- "ラスオブジェクトからデスクリプタを取り出し、その :attr:`__doc__` 属性を使っ"
389
- "て doc string を得られます。"
390
384
391
385
#: ../../extending/newtypes.rst:301
392
386
msgid ""
@@ -515,7 +509,7 @@ msgstr ""
515
509
516
510
#: ../../extending/newtypes.rst:451
517
511
msgid ""
518
- ":c:type:`Py_hash_t` is a signed integer type with a platform-varying width. "
512
+ ":c:type:`! Py_hash_t` is a signed integer type with a platform-varying width. "
519
513
"Returning ``-1`` from :c:member:`~PyTypeObject.tp_hash` indicates an error, "
520
514
"which is why you should be careful to avoid returning it when hash "
521
515
"computation is successful, as seen above."
0 commit comments