diff --git a/doc/source/user_guide/dsintro.rst b/doc/source/user_guide/dsintro.rst index d60532f5f4027..d1e981ee1bbdc 100644 --- a/doc/source/user_guide/dsintro.rst +++ b/doc/source/user_guide/dsintro.rst @@ -308,7 +308,7 @@ The row and column labels can be accessed respectively by accessing the From dict of ndarrays / lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The ndarrays must all be the same length. If an index is passed, it must +All ndarrays must share the same length. If an index is passed, it must also be the same length as the arrays. If no index is passed, the result will be ``range(n)``, where ``n`` is the array length.