@@ -17,7 +17,7 @@ msgid ""
17
17
msgstr ""
18
18
"Project-Id-Version : Python 3.9\n "
19
19
"Report-Msgid-Bugs-To : \n "
20
- "POT-Creation-Date : 2020-08-20 03:54 +0000\n "
20
+ "POT-Creation-Date : 2020-09-17 04:21 +0000\n "
21
21
"PO-Revision-Date : 2017-02-16 23:06+0000\n "
22
22
"Last-Translator : Tetsuo Koyama <tkoyama010@gmail.com>, 2020\n "
23
23
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -38,15 +38,11 @@ msgstr "**ソースコード:** :source:`Lib/difflib.py`"
38
38
#: ../../library/difflib.rst:20
39
39
msgid ""
40
40
"This module provides classes and functions for comparing sequences. It can "
41
- "be used for example, for comparing files, and can produce difference "
42
- "information in various formats, including HTML and context and unified "
41
+ "be used for example, for comparing files, and can produce information about "
42
+ "file differences in various formats, including HTML and context and unified "
43
43
"diffs. For comparing directories and files, see also, the :mod:`filecmp` "
44
44
"module."
45
45
msgstr ""
46
- "このモジュールは、シーケンスを比較するためのクラスや関数を提供しています。例えば、ファイルの差分を計算して、それを HTML や context "
47
- "diff, unified diff "
48
- "などいろいろなフォーマットで出力するために、このモジュールを利用することができます。ディレクトリやファイル群を比較するためには、 "
49
- ":mod:`filecmp` モジュールも参照してください。"
50
46
51
47
#: ../../library/difflib.rst:29
52
48
msgid ""
0 commit comments