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.