From 9aa15a47f8ecd77c16f28b3dd90f3df5311353fd Mon Sep 17 00:00:00 2001 From: Jackmin801 <56836461+Jackmin801@users.noreply.github.com> Date: Tue, 21 Feb 2023 22:14:29 +0800 Subject: [PATCH] docs: fix small typo in pull Signed-off-by: Jackmin801 <56836461+Jackmin801@users.noreply.github.com> --- docs/fundamentals/cloud-support/data-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fundamentals/cloud-support/data-management.md b/docs/fundamentals/cloud-support/data-management.md index 7fa19f08754..c1df5217b15 100644 --- a/docs/fundamentals/cloud-support/data-management.md +++ b/docs/fundamentals/cloud-support/data-management.md @@ -33,7 +33,7 @@ You can download a DocumentArray stored in the cloud using the {meth}`~docarray. ```python from docarray import DocumentArray -my_da = DocumentArray('my_da') +my_da = DocumentArray.pull('my_da', show_progress=True) ``` ### List