diff --git a/src/eko/io/struct.py b/src/eko/io/struct.py index 3d332e8af..9ee1b73f9 100644 --- a/src/eko/io/struct.py +++ b/src/eko/io/struct.py @@ -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.