File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,11 @@ msgid ""
5252"class or instance provides a particular interface, for example, if it is :"
5353"term:`hashable` or if it is a :term:`mapping`."
5454msgstr ""
55+ ":mod:`collections` モジュール には、抽象基底クラス から派生するいくつかの具象"
56+ "クラスがある。もちろん、これらはさらに派生させることができる。さらに、:mod:"
57+ "`collections.抽象基底クラス` サブモジュールには、クラスやインスタンス が特定"
58+ "のインターフェース 、たとえば 、:term:`hashable`であるか、:term:`mapping`であ"
59+ "るかをテストするために使用できる抽象基底クラス があります。"
5560
5661#: ../../library/abc.rst:27
5762msgid ""
Original file line number Diff line number Diff line change @@ -155,6 +155,8 @@ msgid ""
155155"On platforms that are neither Posix nor Cygwin, TemporaryFile is an alias "
156156"for NamedTemporaryFile."
157157msgstr ""
158+ "プラットフォームが Posix でも Cygwin でもない場合は、TemporaryFile は "
159+ "NamedTemporaryFile の別名です。"
158160
159161#: ../../library/tempfile.rst:68 ../../library/tempfile.rst:137
160162#: ../../library/tempfile.rst:264
You can’t perform that action at this time.
0 commit comments