Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 authored Jun 20, 2024
1 parent b088e98 commit 0688ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/EasyDataverseBasics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
},
{
Expand Down

0 comments on commit 0688ff1

Please sign in to comment.