Skip to content

Commit

Permalink
Updated out-of-date docs
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjameshandley committed Mar 18, 2024
1 parent b1cda3a commit 27f5ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anesthetic/read/csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


def read_csv(filename, *args, **kwargs):
"""Read a CSV file into a :class:`Samples` object."""
"""Read a CSV file into a :class:`anesthetic.samples.Samples` object."""
filename = Path(filename)
kwargs['label'] = kwargs.get('label', filename.stem)
wldf = wl_read_csv(filename.with_suffix('.csv'))
Expand Down

0 comments on commit 27f5ddb

Please sign in to comment.