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

Skip to content

Commit 2a1e3e6

Browse files
Issue2690: Update docs to reflect the change made by issue2690.
1 parent 910a4ed commit 2a1e3e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/stdtypes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -836,8 +836,8 @@ the enclosing parentheses, such as ``a, b, c`` or ``()``. A single item tuple
836836
must have a trailing comma, such as ``(d,)``.
837837

838838
Objects of type range are created using the :func:`range` function. They don't
839-
support slicing, concatenation or repetition, and using ``in``, ``not in``,
840-
:func:`min` or :func:`max` on them is inefficient.
839+
support concatenation or repetition, and using :func:`min` or :func:`max` on
840+
them is inefficient.
841841

842842
Most sequence types support the following operations. The ``in`` and ``not in``
843843
operations have the same priorities as the comparison operations. The ``+`` and

0 commit comments

Comments
 (0)