Skip to content

Commit cb3b20b

Browse files
authored
Rewording a sentance in tech docs (#54640)
1 parent e37eda5 commit cb3b20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/dsintro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ The row and column labels can be accessed respectively by accessing the
308308
From dict of ndarrays / lists
309309
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
310310

311-
The ndarrays must all be the same length. If an index is passed, it must
311+
All ndarrays must share the same length. If an index is passed, it must
312312
also be the same length as the arrays. If no index is passed, the
313313
result will be ``range(n)``, where ``n`` is the array length.
314314

0 commit comments

Comments
 (0)