@@ -16,7 +16,7 @@ msgid ""
1616msgstr ""
1717"Project-Id-Version : Python 3.8\n "
1818"Report-Msgid-Bugs-To : \n "
19- "POT-Creation-Date : 2019-09-12 11:28 +0000\n "
19+ "POT-Creation-Date : 2019-11-13 11:56 +0000\n "
2020"PO-Revision-Date : 2017-02-16 23:06+0000\n "
2121"Last-Translator : tomo, 2019\n "
2222"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -491,22 +491,17 @@ msgstr ""
491491
492492#: ../../library/difflib.rst:341
493493msgid ""
494- "Return true for ignorable lines. The line *line* is ignorable if *line* is "
495- "blank or contains a single ``'#'``, otherwise it is not ignorable. Used as "
496- "a default for parameter *linejunk* in :func:`ndiff` in older versions."
494+ "Return ``True`` for ignorable lines. The line *line* is ignorable if *line*"
495+ " is blank or contains a single ``'#'``, otherwise it is not ignorable. Used"
496+ " as a default for parameter *linejunk* in :func:`ndiff` in older versions."
497497msgstr ""
498- "無視できる行のとき真を返します。行 *line* は空白、または ``'#'`` "
499- "ひとつのときに無視できます。それ以外のときには無視できません。古いバージョンでは :func:`ndiff` の引数 *linejunk* "
500- "にデフォルトで使用されました。"
501498
502499#: ../../library/difflib.rst:348
503500msgid ""
504- "Return true for ignorable characters. The character *ch* is ignorable if "
505- "*ch* is a space or tab, otherwise it is not ignorable. Used as a default "
506- "for parameter *charjunk* in :func:`ndiff`."
501+ "Return ``True`` for ignorable characters. The character *ch* is ignorable "
502+ "if *ch* is a space or tab, otherwise it is not ignorable. Used as a default"
503+ " for parameter *charjunk* in :func:`ndiff`."
507504msgstr ""
508- "無視できる文字のとき真を返します。文字 *ch* が空白、またはタブ文字のときには無視できます。それ以外の時には無視できません。 "
509- ":func:`ndiff` の引数 *charjunk* としてデフォルトで使用されます。"
510505
511506#: ../../library/difflib.rst:356
512507msgid ""
@@ -538,13 +533,9 @@ msgid ""
538533"Optional argument *isjunk* must be ``None`` (the default) or a one-argument "
539534"function that takes a sequence element and returns true if and only if the "
540535"element is \" junk\" and should be ignored. Passing ``None`` for *isjunk* is "
541- "equivalent to passing ``lambda x: 0 ``; in other words, no elements are "
536+ "equivalent to passing ``lambda x: False ``; in other words, no elements are "
542537"ignored. For example, pass::"
543538msgstr ""
544- "オプションの引数 *isjunk* は、``None`` (デフォルトの値です) "
545- "にするか、単一の引数をとる関数でなければなりません。後者の場合、関数はシーケンスの要素を受け取り、要素が junk "
546- "であり、無視すべきである場合に限り真を返すようにしなければなりません。*isjunk* に ``None`` を渡すと、``lambda x: 0`` "
547- "を渡したのと同じになります; すなわち、いかなる要素も無視しなくなります。例えば以下のような引数を渡すと::"
548539
549540#: ../../library/difflib.rst:378
550541msgid ""
0 commit comments