Skip to content

Commit 37ff498

Browse files
authored
Update src/getting_started/io.md
1 parent 1db8c88 commit 37ff498

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/getting_started/io.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The `outputs` object gives you structured access to generated files through prop
1616

1717
## Dynamic File Access
1818

19-
Sometimes though, either when a descriptor hasn't been fully implemented or if the output structure is more complex, there may not be an output property available. For these cases, you can use the `outputs.root` property, which always points to the output directory:
19+
Sometimes, when a descriptor hasn't been fully implemented or if the output structure is more complex, an output property may not be available.. For these cases, you can use the `outputs.root` property, which always points to the output directory:
2020

2121
```python
2222
outputs.root / "my_special_file.ext"

0 commit comments

Comments
 (0)