File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ msgid ""
10
10
msgstr ""
11
11
"Project-Id-Version : Python 2.7\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
- "POT-Creation-Date : 2018-05-17 13:19 +0900\n "
14
- "PO-Revision-Date : 2018-05-17 04:32 +0000\n "
13
+ "POT-Creation-Date : 2018-08-24 14:11 +0900\n "
14
+ "PO-Revision-Date : 2018-08-24 05:21 +0000\n "
15
15
"Last-Translator : tomo🐧\n "
16
16
"Language-Team : Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
17
17
"MIME-Version : 1.0\n "
@@ -848,10 +848,10 @@ msgstr "テストメソッドが実行され、結果が記録された直後に
848
848
849
849
#: ../../library/unittest.rst:733
850
850
msgid ""
851
- "A class method called before tests in an individual class run. "
851
+ "A class method called before tests in an individual class are run. "
852
852
"``setUpClass`` is called with the class as the only argument and must be "
853
853
"decorated as a :func:`classmethod`::"
854
- msgstr "クラス内に定義されたテストが実行される前に呼び出されるクラスメソッドです。 ``setUpClass`` はクラスを唯一の引数として取り、 :func:`classmethod` でデコレートされている必要があります:: "
854
+ msgstr ""
855
855
856
856
#: ../../library/unittest.rst:741 ../../library/unittest.rst:756
857
857
msgid "See `Class and Module Fixtures`_ for more details."
You can’t perform that action at this time.
0 commit comments