Skip to content

Commit 22e3c47

Browse files
committed
Fix docs error
1 parent 4632c04 commit 22e3c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cebra/data/multi_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def configure_for(self, model: "cebra.models.Model"):
109109
"""Configure the dataset offset for the provided model.
110110
111111
Call this function before indexing the dataset. This sets the
112-
:py:attr:`cebra_data.Dataset.offset` attribute of the dataset.
112+
:py:attr:`~.Dataset.offset` attribute of the dataset.
113113
114114
Args:
115115
model: The model to configure the dataset for.

0 commit comments

Comments
 (0)