From 280e1b9de1d199e8664cd8973efa748c5c09b1d6 Mon Sep 17 00:00:00 2001 From: qheuristics Date: Fri, 21 Oct 2022 08:48:25 +0200 Subject: [PATCH] Update backends.md Ultra minor typo --- advanced/backends/backends.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced/backends/backends.md b/advanced/backends/backends.md index 0ea7637e..a7312b44 100644 --- a/advanced/backends/backends.md +++ b/advanced/backends/backends.md @@ -9,7 +9,7 @@ import xarray as xr xr.open_dataset("my_file.grib" , engine="cfgrib") ``` -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. Xarray bundles several backends internally for the following formats: