@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version :Python 3.8\n "
13
13
"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 "
15
15
"PO-Revision-Date :2020-05-30 12:00+0000\n "
16
16
"Last-Translator :tomo, 2020\n "
17
17
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -32,15 +32,11 @@ msgstr "**ソースコード:** :source:`Lib/difflib.py`"
32
32
#: ../../library/difflib.rst:20
33
33
msgid ""
34
34
"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 "
37
37
"diffs. For comparing directories and files, see also, the :mod:`filecmp` "
38
38
"module."
39
39
msgstr ""
40
- "このモジュールは、シーケンスを比較するためのクラスや関数を提供しています。例えば、ファイルの差分を計算して、それを HTML や context "
41
- "diff, unified diff "
42
- "などいろいろなフォーマットで出力するために、このモジュールを利用することができます。ディレクトリやファイル群を比較するためには、 "
43
- ":mod:`filecmp` モジュールも参照してください。"
44
40
45
41
#: ../../library/difflib.rst:29
46
42
msgid ""