From c6252cc6e0408cc88b26518879e85c84a2500890 Mon Sep 17 00:00:00 2001 From: Jan Range Date: Wed, 24 Apr 2024 22:23:20 +0200 Subject: [PATCH] fix codespell --- src/pyDataverse/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyDataverse/api.py b/src/pyDataverse/api.py index 1b79d70..8ebd777 100644 --- a/src/pyDataverse/api.py +++ b/src/pyDataverse/api.py @@ -27,7 +27,7 @@ class Api: Base URL of Dataverse instance. Without trailing `/` at the end. e.g. `http://demo.dataverse.org` api_token : str - Authenication token for the api. + Authentication token for the api. Attributes ----------