File tree Expand file tree Collapse file tree 2 files changed +4446
-4436
lines changed Expand file tree Collapse file tree 2 files changed +4446
-4436
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ msgid ""
13
13
msgstr ""
14
14
"Project-Id-Version : Python 3.7\n "
15
15
"Report-Msgid-Bugs-To : \n "
16
- "POT-Creation-Date : 2020-02-22 04:52 +0000\n "
16
+ "POT-Creation-Date : 2020-02-29 04:55 +0000\n "
17
17
"PO-Revision-Date : 2019-09-01 03:17+0000\n "
18
18
"Last-Translator : tomo, 2020\n "
19
19
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -458,12 +458,10 @@ msgstr ""
458
458
459
459
#: ../../library/string.rst:306
460
460
msgid ""
461
- "A general convention is that an empty format string (`` \"\" ``) produces the "
462
- "same result as if you had called :func:`str` on the value. A non-empty "
463
- "format string typically modifies the result."
461
+ "A general convention is that an empty format specification produces the same "
462
+ " result as if you had called :func:`str` on the value. A non-empty format "
463
+ "specification typically modifies the result."
464
464
msgstr ""
465
- "一般的な取り決めとして、空の書式指定文字列 (``\"\" ``) は、値に対して :func:`str` "
466
- "を呼び出したときと同じ結果を与えます。通常、空でない書式指定文字列はその結果を変更します。"
467
465
468
466
#: ../../library/string.rst:310
469
467
msgid "The general form of a *standard format specifier* is:"
You can’t perform that action at this time.
0 commit comments