@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version :Python 3.8\n "
14
14
"Report-Msgid-Bugs-To :\n "
15
- "POT-Creation-Date :2020-08-15 14:59 +0000\n "
15
+ "POT-Creation-Date :2020-10-04 15:16 +0000\n "
16
16
"PO-Revision-Date :2020-05-30 12:12+0000\n "
17
17
"Last-Translator :tomo, 2020\n "
18
18
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -392,14 +392,11 @@ msgstr ""
392
392
#: ../../library/typing.rst:404
393
393
msgid ""
394
394
"This requirement previously also applied to abstract base classes, such as "
395
- ":class:`Iterable`. The problem with this approach is that a class had to be "
396
- "explicitly marked to support them, which is unpythonic and unlike what one "
397
- "would normally do in idiomatic dynamically typed Python code. For example, "
398
- "this conforms to the :pep:`484`::"
399
- msgstr ""
400
- "この必須条件は、以前は :class:`Iterable` のような抽象基底クラスにも適用されていました。\n"
401
- "この手法の問題は、クラスがその条件を満たしていることを明示しなければならず、それは Pythonic でもないですし、動的型付きの慣習的な Python コードで通常行っていることとは似ていません。\n"
402
- "例えば、次のコードは :pep:`484` に従ったものです::"
395
+ ":class:`~collections.abc.Iterable`. The problem with this approach is that a"
396
+ " class had to be explicitly marked to support them, which is unpythonic and "
397
+ "unlike what one would normally do in idiomatic dynamically typed Python "
398
+ "code. For example, this conforms to :pep:`484`::"
399
+ msgstr ""
403
400
404
401
#: ../../library/typing.rst:417
405
402
msgid ""