Skip to content

Commit a53672b

Browse files
committed
Formatting (two spaces after period)
1 parent 5fe6291 commit a53672b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/dis.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ All of the following opcodes use their arguments.
801801
.. opcode:: BUILD_TUPLE_UNPACK (count)
802802

803803
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
805805
unpacking in tuple displays ``(*x, *y, *z)``.
806806

807807
.. versionadded:: 3.5
@@ -834,7 +834,7 @@ All of the following opcodes use their arguments.
834834
.. opcode:: BUILD_MAP_UNPACK_WITH_CALL (oparg)
835835

836836
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
838838
``oparg`` is the count of mappings, the relative position of the
839839
corresponding callable ``f`` is encoded in the second byte of ``oparg``.
840840

0 commit comments

Comments
 (0)