From 0688ff1aa73ea16a13f0ec86bfc3a729cd5aff29 Mon Sep 17 00:00:00 2001 From: Jan Range <30547301+JR-1991@users.noreply.github.com> Date: Thu, 20 Jun 2024 13:02:40 +0200 Subject: [PATCH] typo --- examples/EasyDataverseBasics.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/EasyDataverseBasics.ipynb b/examples/EasyDataverseBasics.ipynb index 99db35f..7e58782 100644 --- a/examples/EasyDataverseBasics.ipynb +++ b/examples/EasyDataverseBasics.ipynb @@ -62,7 +62,7 @@ "source": [ "### Connecting to Dataverse\n", "\n", - "To begin, you can establish a connection to a Dataverse by using the `Dataverse`the connection process, EasyDataverse will gather all available metadata blocks and convert them into PyDantic data types. These data types follow a strict typing system to ensure that any data passed in complies with the expectations of your instance. These types will come in handy later when creating datasets." + "To begin, you can establish a connection to a Dataverse by using the `Dataverse` class. Within the connection process, EasyDataverse will gather all available metadata blocks and convert them into PyDantic data types. These data types follow a strict typing system to ensure that any data passed in complies with the expectations of your instance. These types will come in handy later when creating datasets." ] }, {