From e3a2ffdb5e85cb94e41713459077e8f5d69c37c0 Mon Sep 17 00:00:00 2001 From: Julius Busecke <14314623+jbusecke@users.noreply.github.com> Date: Tue, 8 Sep 2026 11:17:59 -0400 Subject: [PATCH] Fix typo in MultiIndex documentation Corrected typo in documentation regarding MultiIndex. --- doc/coding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/coding.md b/doc/coding.md index 6183781d..e4063469 100644 --- a/doc/coding.md +++ b/doc/coding.md @@ -38,7 +38,7 @@ convention could be used for either {py:class}`pandas.MultiIndex` objects or `py ### MultiIndex `cf_xarray` provides {py:func}`encode_multi_index_as_compress` and {py:func}`decode_compress_to_multi_index` to encode MultiIndex-ed -dimensions using "compression by gethering". +dimensions using "compression by gathering". Here's a test dataset