Skip to content

Commit 7060b1e

Browse files
authored
dsintro.rst: Clarify Series constructor information (#57528)
Clarify sentence leading into Series constructor explanation
1 parent e3fe033 commit 7060b1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/user_guide/dsintro.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Here, ``data`` can be many different things:
4141
* an ndarray
4242
* a scalar value (like 5)
4343

44-
The passed **index** is a list of axis labels. Thus, this separates into a few
45-
cases depending on what **data is**:
44+
The passed **index** is a list of axis labels. The constructor's behavior
45+
depends on **data**'s type:
4646

4747
**From ndarray**
4848

0 commit comments

Comments
 (0)