Skip to content

Commit

Permalink
docs: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jul 16, 2018
1 parent 69644bb commit 13ff24d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions qpformat/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@ def load_data(path, fmt=None, bg_data=None, bg_fmt=None,
Returns
-------
dataobj: `file_formats.Group` or `file_formats.Single`
A qpformat data object with unified access to the
experimental data.
dataobj: SeriesData or SingleData
Object that gives lazy access to the experimental data.
"""
path = pathlib.Path(path).resolve()
# sanity checks
Expand Down

0 comments on commit 13ff24d

Please sign in to comment.