Skip to content

Commit

Permalink
Fix docstring of EKO.load
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Aug 9, 2024
1 parent d52ecb0 commit 009b4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eko/io/struct.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def load(cls, path: Path):
Note
----
No archive path is assigned to the :cls:`EKO` object, setting its
No archive path is assigned to the :class:`EKO` object, setting its
:attr:`EKO.access.path` to `None`.
If you want to properly load from an archive, use the :meth:`read`
constructor.
Expand Down

0 comments on commit 009b4c9

Please sign in to comment.