We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6732588 commit 4860c29Copy full SHA for 4860c29
1 file changed
docs/loading_data.md
@@ -91,7 +91,7 @@ import sdf_xarray as sdfxr
91
sdfxr.open_mfdataset("tutorial_dataset_1d/*.sdf")
92
```
93
94
-Alternatively, files can be loaded using <inv:#xarray.open_mfdataset> however when loading in
+Alternatively, files can be loaded using <inv:#xarray.open_mfdataset>. However, when loading in
95
all the files we have do some processing of the data so that we can correctly align it along
96
the time dimension; This is done via the `preprocess` parameter utilising the
97
<project:#sdf_xarray.SDFPreprocess> function.
0 commit comments