We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a23449 commit 2930bfeCopy full SHA for 2930bfe
docs/guide.md
@@ -713,7 +713,8 @@ def get_dataset(path: str) -> xr.Dataset:
713
```
714
715
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)
+you can turn your slice source function into a
717
+[context manager](https://docs.python.org/3/library/contextlib.html)
718
(new in zappend v0.7):
719
720
```python
0 commit comments