From 4dc1fa50e0054f14c8a14eb52b7a01d27b17afbe Mon Sep 17 00:00:00 2001 From: Steph Prince <40640337+stephprince@users.noreply.github.com> Date: Wed, 4 Sep 2024 13:08:20 -0700 Subject: [PATCH] Apply suggestions from code review --- docs/user_guide/using_the_library.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide/using_the_library.rst b/docs/user_guide/using_the_library.rst index 49fb9d81a..e0d16f7e6 100644 --- a/docs/user_guide/using_the_library.rst +++ b/docs/user_guide/using_the_library.rst @@ -110,7 +110,7 @@ additionally specify this with the ``dandiset_version`` argument. dandiset_id = "000004" version_id = "0.220126.1851" - messages = list(inspect_dandiset(dandiset_id=dandiset_id, dandiset_version=dandiset_version)) + messages = list(inspect_dandiset(dandiset_id=dandiset_id, dandiset_version=version_id)) See the section on :ref:`advanced_streaming_api` for more customized usage of the streaming feature.