Skip to content

Commit 84bdf51

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9a38bd5 commit 84bdf51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

advanced/backends/backends.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ You can [read different types of files](https://docs.xarray.dev/en/stable/user-g
66

77
```python
88
import xarray as xr
9-
xr.open_dataset("my_file.grib" , engine="cfgrib")
9+
10+
xr.open_dataset("my_file.grib", engine="cfgrib")
1011
```
1112

1213
Navigating Xarray backends can be confusing,

0 commit comments

Comments
 (0)