@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.7\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2019-09-26 03:36 +0000\n "
14+ "POT-Creation-Date : 2019-11-13 04:04 +0000\n "
1515"PO-Revision-Date : 2019-09-01 03:31+0000\n "
1616"Last-Translator : tomo, 2019\n "
1717"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -480,15 +480,11 @@ msgstr ":ref:`binaryseq`, :ref:`typebytes`, :ref:`bytes-methods` も参照して
480480#: ../../library/functions.rst:180
481481msgid ""
482482"Return :const:`True` if the *object* argument appears callable, "
483- ":const:`False` if not. If this returns true , it is still possible that a "
484- "call fails, but if it is false , calling *object* will never succeed. Note "
485- "that classes are callable (calling a class returns a new instance); "
483+ ":const:`False` if not. If this returns ``True`` , it is still possible that "
484+ "a call fails, but if it is ``False`` , calling *object* will never succeed. "
485+ "Note that classes are callable (calling a class returns a new instance); "
486486"instances are callable if their class has a :meth:`__call__` method."
487487msgstr ""
488- "*object* 引数が呼び出し可能オブジェクトであれば :const:`True` を、そうでなければ :const:`False` "
489- "を返します。この関数が真を返しても、呼び出しは失敗する可能性がありますが、偽であれば、 *object* "
490- "の呼び出しは決して成功しません。なお、クラスは呼び出し可能 (クラスを呼び出すと新しいインスタンスを返します) です。また、インスタンスはクラスが "
491- ":meth:`__call__` メソッドを持つなら呼び出し可能です。"
492488
493489#: ../../library/functions.rst:186
494490msgid ""
@@ -1331,31 +1327,23 @@ msgstr ""
13311327
13321328#: ../../library/functions.rst:780
13331329msgid ""
1334- "Return true if the *object* argument is an instance of the *classinfo* "
1330+ "Return ``True`` if the *object* argument is an instance of the *classinfo* "
13351331"argument, or of a (direct, indirect or :term:`virtual <abstract base "
13361332"class>`) subclass thereof. If *object* is not an object of the given type, "
1337- "the function always returns false . If *classinfo* is a tuple of type objects "
1338- " (or recursively, other such tuples), return true if *object* is an instance "
1339- " of any of the types. If *classinfo* is not a type or tuple of types and "
1340- "such tuples, a :exc:`TypeError` exception is raised."
1333+ "the function always returns ``False`` . If *classinfo* is a tuple of type "
1334+ "objects (or recursively, other such tuples), return ``True`` if *object* is "
1335+ "an instance of any of the types. If *classinfo* is not a type or tuple of "
1336+ "types and such tuples, a :exc:`TypeError` exception is raised."
13411337msgstr ""
1342- "*object* 引数が *classinfo* 引数のインスタンスであるか、 (直接、間接、または :term:`仮想 <abstract base class>`) サブクラスのインスタンスの場合に真を返します。\n"
1343- "*object* が与えられた型のオブジェクトでない場合、この関数は常に偽を返します。\n"
1344- "*classinfo* が型オブジェクトのタプル (あるいは再帰的に複数のタプル) の場合、 *object* がそれらのいずれかのインスタンスであれば真を返します。\n"
1345- "*classinfo* が型や型からなるタプル、あるいは複数のタプルのいずれでもない場合、 :exc:`TypeError` 例外が送出されます。"
13461338
13471339#: ../../library/functions.rst:792
13481340msgid ""
1349- "Return true if *class* is a subclass (direct, indirect or :term:`virtual "
1350- "<abstract base class>`) of *classinfo*. A class is considered a subclass of "
1351- " itself. *classinfo* may be a tuple of class objects, in which case every "
1341+ "Return ``True`` if *class* is a subclass (direct, indirect or :term:`virtual"
1342+ " <abstract base class>`) of *classinfo*. A class is considered a subclass "
1343+ "of itself. *classinfo* may be a tuple of class objects, in which case every "
13521344"entry in *classinfo* will be checked. In any other case, a :exc:`TypeError` "
13531345"exception is raised."
13541346msgstr ""
1355- "*class* が *classinfo* の (直接または間接的な、あるいは :term:`virtual <abstract base "
1356- "class>`) サブクラスである場合に真を返します。クラスはそれ自身のサブクラスとみなされます。 *classinfo* "
1357- "はクラスオブジェクトからなるタプルでもよく、この場合には *classinfo* のすべてのエントリが調べられます。その他の場合では、例外 "
1358- ":exc:`TypeError` が送出されます。"
13591347
13601348#: ../../library/functions.rst:801
13611349msgid ""
0 commit comments