Skip to content

Commit 4860c29

Browse files
Update docs/loading_data.md
Co-authored-by: Liam Pattinson <LiamPattinson@users.noreply.github.com>
1 parent 6732588 commit 4860c29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/loading_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ import sdf_xarray as sdfxr
9191
sdfxr.open_mfdataset("tutorial_dataset_1d/*.sdf")
9292
```
9393

94-
Alternatively, files can be loaded using <inv:#xarray.open_mfdataset> however when loading in
94+
Alternatively, files can be loaded using <inv:#xarray.open_mfdataset>. However, when loading in
9595
all the files we have do some processing of the data so that we can correctly align it along
9696
the time dimension; This is done via the `preprocess` parameter utilising the
9797
<project:#sdf_xarray.SDFPreprocess> function.

0 commit comments

Comments
 (0)