Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b1a425c

Browse files
committed
[po] auto sync bot
1 parent ddea164 commit b1a425c

2 files changed

Lines changed: 4018 additions & 4010 deletions

File tree

library/dis.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.7\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2019-06-03 11:46+0900\n"
15+
"POT-Creation-Date: 2019-06-13 11:38+0900\n"
1616
"PO-Revision-Date: 2017-02-16 23:06+0000\n"
1717
"Last-Translator: Freesand Leo <[email protected]>, 2018\n"
1818
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1158,9 +1158,9 @@ msgstr ""
11581158
#: ../../library/dis.rst:1168
11591159
msgid ""
11601160
"Prefixes any opcode which has an argument too big to fit into the default "
1161-
"two bytes. *ext* holds two additional bytes which, taken together with the "
1162-
"subsequent opcode's argument, comprise a four-byte argument, *ext* being the"
1163-
" two most-significant bytes."
1161+
"one byte. *ext* holds an additional byte which act as higher bits in the "
1162+
"argument. For each opcode, at most three prefixal ``EXTENDED_ARG`` are "
1163+
"allowed, forming an argument from two-byte to four-byte."
11641164
msgstr ""
11651165

11661166
#: ../../library/dis.rst:1176

0 commit comments

Comments
 (0)