Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MBueschelberger committed Mar 1, 2024
1 parent 4dc0469 commit 27c6cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsms/knowledge/sparql_interface/subgraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ def get(
repository: str = "knowledge",
is_kitem_id: bool = False,
) -> None:
"""Get a subgraph in the DSMS"""
"""Get a subgraph from the DSMS"""
_get_subgraph(identifier, repository, is_kitem_id)

0 comments on commit 27c6cb3

Please sign in to comment.