File tree Expand file tree Collapse file tree 5 files changed +5772
-5762
lines changed
Expand file tree Collapse file tree 5 files changed +5772
-5762
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.8\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2020-06-29 14:21 +0000\n "
15+ "POT-Creation-Date : 2020-09-18 15:08 +0000\n "
1616"PO-Revision-Date : 2020-05-30 12:10+0000\n "
1717"Last-Translator : Tetsuo Koyama <tkoyama010@gmail.com>, 2020\n "
1818"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -811,7 +811,7 @@ msgid ""
811811"Possible value for :attr:`SSLContext.verify_flags`. In this mode, only the "
812812"peer cert is checked but none of the intermediate CA certificates. The mode "
813813"requires a valid CRL that is signed by the peer cert's issuer (its direct "
814- "ancestor CA). If no proper CRL has has been loaded with "
814+ "ancestor CA). If no proper CRL has been loaded with "
815815":attr:`SSLContext.load_verify_locations`, validation will fail."
816816msgstr ""
817817
Original file line number Diff line number Diff line change @@ -1314,6 +1314,9 @@ msgid ""
13141314"allowed as type argument to ``Literal[...]``, but type checkers may impose "
13151315"restrictions. See :pep:`586` for more details about literal types."
13161316msgstr ""
1317+ "``Literal[...]`` はサブクラスにはできません。\n"
1318+ "実行時に、任意の値が ``Literal[...]`` の型引数として使えますが、型チェッカーが制約を課すことがあります。\n"
1319+ "リテラル型についてより詳しいことは :pep:`586` を参照してください。"
13171320
13181321#: ../../library/typing.rst:1312
13191322msgid "Special type construct to mark class variables."
You can’t perform that action at this time.
0 commit comments