File tree 2 files changed +6608
-6597
lines changed
2 files changed +6608
-6597
lines changed Original file line number Diff line number Diff line change @@ -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 : 2021-01-01 05:02 +0000\n "
20
+ "POT-Creation-Date : 2021-01-08 05:11 +0000\n "
21
21
"PO-Revision-Date : 2017-02-16 23:15+0000\n "
22
22
"Last-Translator : Osamu NAKAMURA, 2019\n "
23
23
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -1953,12 +1953,10 @@ msgstr "相対的なモジュール名を解決して絶対的なものにしま
1953
1953
#: ../../library/importlib.rst:1474
1954
1954
msgid ""
1955
1955
"If **name** has no leading dots, then **name** is simply returned. This "
1956
- "allows for usage such as ``importlib.util.resolve_name('sys', __package__)``"
1957
- " without doing a check to see if the **package** argument is needed."
1956
+ "allows for usage such as ``importlib.util.resolve_name('sys', "
1957
+ "__spec__.parent)`` without doing a check to see if the **package** argument "
1958
+ "is needed."
1958
1959
msgstr ""
1959
- "**name** の先頭にドットがなければ、単に **name** が返されます。これにより、例えば "
1960
- "``importlib.util.resolve_name('sys', __package__)`` を使うときに **package** "
1961
- "変数が必要かどうかを確認する必要がなくなります。"
1962
1960
1963
1961
#: ../../library/importlib.rst:1479
1964
1962
msgid ""
You can’t perform that action at this time.
0 commit comments