Skip to content

Commit e7df499

Browse files
committed
docstring sytax error fixed
1 parent 7beb238 commit e7df499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiatoolbox/models/engine/engine_abc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ def run(
584584
>>> overwrite=True
585585
>>> )
586586
>>> output
587-
... /tmp/patch_output/output.zarr
587+
... '/tmp/patch_output/output.zarr'
588588
"""
589589
for key in kwargs:
590590
setattr(self, key, kwargs[key])

0 commit comments

Comments
 (0)