Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Nov 14, 2024
1 parent 0c8869b commit 7b124c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tripper/dataset/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def save(
"""Saves data to a dataresource and document it in the triplestore.
Arguments:
ts: Triplestore to load data from.
ts: Triplestore that documents the data to save.
data: Bytes representation of the data to save.
class_iri: IRI of a class in the ontology (e.g. an `emmo:DataSet`
subclass) that describes the dataset that is saved.
Expand Down

0 comments on commit 7b124c7

Please sign in to comment.