From 94f4987fe1b3663e5a8b6bbf83c381466786ab8a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 22:13:22 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- doc/user-guide/io.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/user-guide/io.rst b/doc/user-guide/io.rst index 6edeb6c41c7..a4e5df5f6b8 100644 --- a/doc/user-guide/io.rst +++ b/doc/user-guide/io.rst @@ -25,6 +25,7 @@ in `xr.open_dataset` by specifying the engine to be used: .. ipython:: python import xarray as xr + xr.open_dataset("my_file.grib", engine="cfgrib") The "engine" provides a set of instructions that tells xarray how