File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1378,7 +1378,7 @@ msgstr "args_ - 解析する文字列のリスト。デフォルトでは :data:
1378
1378
msgid ""
1379
1379
"namespace_ - An object to take the attributes. The default is a new empty "
1380
1380
":class:`Namespace` object."
1381
- msgstr ""
1381
+ msgstr "namespace_ - 属性を代入するオブジェクト。デフォルトでは、新しい空の :class:`Namespace` オブジェクトです。 "
1382
1382
1383
1383
#: ../../library/argparse.rst:1345
1384
1384
msgid "Option value syntax"
@@ -2023,6 +2023,9 @@ msgid ""
2023
2023
" calls for the positional arguments. Keep in mind that what was previously "
2024
2024
"called ``options``, now in the :mod:`argparse` context is called ``args``."
2025
2025
msgstr ""
2026
+ "``(options, args) = parser.parse_args()`` を ``args = parser.parse_args()`` "
2027
+ "に置き換え、位置引数のために必要に応じて :meth:`ArgumentParser.add_argument` の呼び出しを追加する。これまで "
2028
+ "``options`` と呼ばれていたものが、:mod:`argparse` では ``args`` と呼ばれていることに留意してください。"
2026
2029
2027
2030
#: ../../library/argparse.rst:2028
2028
2031
msgid ""
You can’t perform that action at this time.
0 commit comments