Skip to content

Commit 2930bfe

Browse files
formanpont-us
andauthored
Update docs/guide.md
Co-authored-by: Pontus Lurcock <[email protected]>
1 parent 2a23449 commit 2930bfe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,8 @@ def get_dataset(path: str) -> xr.Dataset:
713713
```
714714

715715
If you need cleanup code that is executed after the slice dataset has been appended,
716-
you can turn your slice source function into a [context manager](https://docs.python.org/3/library/contextlib.html)
716+
you can turn your slice source function into a
717+
[context manager](https://docs.python.org/3/library/contextlib.html)
717718
(new in zappend v0.7):
718719

719720
```python

0 commit comments

Comments
 (0)