Skip to content

Commit 3b497cd

Browse files
committed
Fix docstring typo
1 parent b5faa91 commit 3b497cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simvue/api/objects/artifact/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def attach_to_run(self, run_id: str, category: Category) -> None:
6868
Parameters
6969
----------
7070
run_id : str
71-
identifier of tun to associated this artifact with.
71+
identifier of run to associate this artifact with.
7272
category : Literal['input', 'output', 'code']
7373
category of this artifact with respect to the run.
7474
"""

0 commit comments

Comments
 (0)