File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -801,7 +801,7 @@ All of the following opcodes use their arguments.
801
801
.. opcode :: BUILD_TUPLE_UNPACK (count)
802
802
803
803
Pops ``count `` iterables from the stack, joins them in a single tuple,
804
- and pushes the result. This bytecode is used for implementing iterable
804
+ and pushes the result. This bytecode is used for implementing iterable
805
805
unpacking in tuple displays ``(*x, *y, *z) ``.
806
806
807
807
.. versionadded :: 3.5
@@ -834,7 +834,7 @@ All of the following opcodes use their arguments.
834
834
.. opcode :: BUILD_MAP_UNPACK_WITH_CALL (oparg)
835
835
836
836
This is similar to :opcode: `BUILD_MAP_UNPACK `,
837
- but is used for ``f(**x, **y, **z) `` call syntax. The lowest byte of
837
+ but is used for ``f(**x, **y, **z) `` call syntax. The lowest byte of
838
838
``oparg `` is the count of mappings, the relative position of the
839
839
corresponding callable ``f `` is encoded in the second byte of ``oparg ``.
840
840
You can’t perform that action at this time.
0 commit comments