From 6b9cc8ce2ed78337f984911ebe3b340f91c1b669 Mon Sep 17 00:00:00 2001 From: Philip Chmielowiec Date: Sun, 10 Dec 2023 13:53:41 -0800 Subject: [PATCH] fomatting --- notebooks/01-intro/02-data-structures.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/01-intro/02-data-structures.ipynb b/notebooks/01-intro/02-data-structures.ipynb index d378c0b1..6f8510b9 100644 --- a/notebooks/01-intro/02-data-structures.ipynb +++ b/notebooks/01-intro/02-data-structures.ipynb @@ -177,7 +177,7 @@ } }, "source": [ - "We can see that our `UxDataset` has a single data variable \"bottomDepth\", which is mapped to each face (as specified by the \"n_face\" dimension).\n", + "We can see that our `UxDataset` has a single data variable ``bottomDepth``, which is mapped to each face (as specified by the ``n_face`` dimension).\n", "\n", "We can access this variable by indexing our `UxDataset` to obtain a `UxDataArray`" ]