@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version :Python 3.8\n "
1313"Report-Msgid-Bugs-To :\n "
14- "POT-Creation-Date :2020-08-20 14:53 +0000\n "
14+ "POT-Creation-Date :2020-09-16 15:09 +0000\n "
1515"PO-Revision-Date :2020-05-30 12:00+0000\n "
1616"Last-Translator :tomo, 2020\n "
1717"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -32,15 +32,11 @@ msgstr "**ソースコード:** :source:`Lib/difflib.py`"
3232#: ../../library/difflib.rst:20
3333msgid ""
3434"This module provides classes and functions for comparing sequences. It can "
35- "be used for example, for comparing files, and can producedifference "
36- "information in various formats, including HTML and context and unified "
35+ "be used for example, for comparing files, and can produceinformation about "
36+ "file differences in various formats, including HTML and context and unified "
3737"diffs. For comparing directories and files, see also, the :mod:`filecmp` "
3838"module."
3939msgstr ""
40- "このモジュールは、シーケンスを比較するためのクラスや関数を提供しています。例えば、ファイルの差分を計算して、それを HTML や context "
41- "diff, unified diff "
42- "などいろいろなフォーマットで出力するために、このモジュールを利用することができます。ディレクトリやファイル群を比較するためには、 "
43- ":mod:`filecmp` モジュールも参照してください。"
4440
4541#: ../../library/difflib.rst:29
4642msgid ""