From ab81f26e5764327067079c096ca967cb2d02c80e Mon Sep 17 00:00:00 2001 From: Ken Lui <116421546+kenlhlui@users.noreply.github.com> Date: Fri, 31 Jan 2025 17:35:38 -0500 Subject: [PATCH] Update example.ipynb --- example.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.ipynb b/example.ipynb index f8b84b7..6d7092e 100644 --- a/example.ipynb +++ b/example.ipynb @@ -62,7 +62,7 @@ "\n", " `!python3 dvmeta/main.py -c demo -v 1.0 -d -s`\n", "\n", - "3. Export the metadata and permission metadata of version latest-published of all datasets under collection 'toronto' to JSON and CSV. Also export the empty dataverses and datasets failed to be rawled\n", + "3. Export the metadata and permission metadata of version latest-published of all datasets under collection 'toronto' to JSON and CSV. Also export the empty dataverses and datasets failed to be crawled\n", "\n", " `!python3 dvmeta/main.py -c toronto -v latest-published -d -s -p -e -f`" ]