We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentb86ee3c commit53df8ebCopy full SHA for 53df8eb
library/dis.po
@@ -16,7 +16,7 @@ msgid ""
16
msgstr ""
17
"Project-Id-Version:Python 3.8\n"
18
"Report-Msgid-Bugs-To:\n"
19
-"POT-Creation-Date:2020-04-03 13:23+0000\n"
+"POT-Creation-Date:2020-04-13 03:04+0000\n"
20
"PO-Revision-Date:2017-02-16 23:06+0000\n"
21
"Last-Translator:tomo, 2019\n"
22
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -985,9 +985,9 @@ msgstr ""
985
986
#:../../library/dis.rst:897
987
msgid""
988
-"The version of :opcode:`BUILD_MAP` specialized for constant keys. *count* "
989
-"values are consumed fromthe stack. The top element on the stack contains a"
990
-" tuple of keys."
+"The version of :opcode:`BUILD_MAP` specialized for constant keys.Pops the "
+"top element onthe stack which contains a tuple of keys, then starting from"
+"``TOS1``, pops *count* values to form values in the built dictionary."
991
msgstr""
992
993
#:../../library/dis.rst:906