Skip to content

Commit 2461eb2

Browse files
committed
correct RangeIndex
1 parent a53d691 commit 2461eb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/user_guide/dsintro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ index will be pulled out.
8888
**From scalar value**
8989

9090
If ``data`` is a scalar value, the value will be repeated to match
91-
the length of **index**. If the index is not provided, it defaults
92-
to ``RangeIndex (0, 1, 2, …, n)``.
91+
the length of **index**. If the **index** is not provided, it defaults
92+
to ``RangeIndex (1)``.
9393

9494
.. ipython:: python
9595

0 commit comments

Comments
 (0)