From 1d08be97592cf0d742ca3194b73285c5abd39d9d Mon Sep 17 00:00:00 2001 From: Steffen Schneider Date: Sun, 29 Oct 2023 19:48:57 +0100 Subject: [PATCH] Fix typo --- cebra/data/load.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cebra/data/load.py b/cebra/data/load.py index 86d2e451..b03c58a5 100644 --- a/cebra/data/load.py +++ b/cebra/data/load.py @@ -12,7 +12,7 @@ """A simple API for loading various data formats used with CEBRA. Availability of different data formats depends on the installed -depedencies. If a dependency is not installed, an attempt to load +dependencies. If a dependency is not installed, an attempt to load a file of that format will throw an error with further installation instructions.