Skip to content

Commit 9536ff7

Browse files
committed
Fix StagyyData docstring
1 parent 122b277 commit 9536ff7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stagpy/stagyydata.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -529,15 +529,15 @@ def __init__(self, path=None):
529529
file is assumed to be path/par. If no path is given (or None)
530530
it is set to ``conf.core.path``.
531531
532+
Other Parameters:
533+
conf.core.path: the default path.
534+
532535
Attributes:
533536
steps (:class:`_Steps`): collection of time steps.
534537
snaps (:class:`_Snaps`): collection of snapshots.
535538
scales (:class:`_Scales`): dimensionful scaling factors.
536539
collected_fields (list of (int, str)): list of fields currently in
537540
memory, described by istep and field name.
538-
539-
Other Parameters:
540-
conf.core.path: the default path.
541541
"""
542542
if path is None:
543543
path = conf.core.path

0 commit comments

Comments
 (0)