Skip to content

Commit 5cc7c70

Browse files
committed
-
1 parent 03dd000 commit 5cc7c70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source_py3/python_toolbox/sequence_tools/cute_range.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ class CuteRange(CuteSequence):
104104
amenities of a sequence, you can get items using list notation, you can
105105
slice it, you can get index numbers of items, etc.)
106106
107-
`CuteRange(-1.6, 7.3)` is the finite range of numbers `(-1.6, -0.6, 0.4,
108-
1.4, 2.4, 3.4, 4.4, 5.4, 6.4)`.
107+
`CuteRange(-1.6, 7.3)` is the finite range of numbers `(-1.6, -0.6,
108+
0.4, 1.4, 2.4, 3.4, 4.4, 5.4, 6.4)`.
109109
110110
`CuteRange(10.4, -float('inf'), -7.1)` is the infinite range of numbers
111111
`(10.4, 3.3, -3.8, -10.9, -18.0, -25.1, ... )`.

0 commit comments

Comments
 (0)