From 8a07038c764474ba6f71ecec2ea6391f2f074c56 Mon Sep 17 00:00:00 2001 From: Sergey Rybakov Date: Fri, 17 Nov 2023 12:26:52 +0200 Subject: [PATCH] fix of varray slice in docs --- docs/deker/collection_schema.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deker/collection_schema.rst b/docs/deker/collection_schema.rst index 00bed2f..8ac1dde 100755 --- a/docs/deker/collection_schema.rst +++ b/docs/deker/collection_schema.rst @@ -104,7 +104,7 @@ with its *zero-index* at the front-left-bottom corner. .. image:: images/varray.png :scale: 30% -Let's query the following slice of it: ``[:, 2:4, :]`` +Let's query the following slice of it: ``[2:4, :, :]`` .. image:: images/varray_request.png :scale: 30%