We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37329de commit eca8a51Copy full SHA for eca8a51
advanced/backends/backends.md
@@ -9,7 +9,7 @@ import xarray as xr
9
xr.open_dataset("my_file.grib" , engine="cfgrib")
10
```
11
12
-For each available egine there is an underlying backend, that reads the data and pack them in a dataset.
+For each available engine there is an underlying backend, that reads the data and pack them in a dataset.
13
14
Xarray bundles several backends internally for the following formats:
15
0 commit comments