From 04252caa1a865bce70cfdb64d7fbc5d250cab9fa Mon Sep 17 00:00:00 2001 From: StEmGeo Date: Sat, 19 Aug 2023 16:17:55 +0300 Subject: [PATCH] Rewording a sentance in tech docs --- doc/source/user_guide/dsintro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.