From 6c908a6f5877a13f7a5932bf920e2aa0bea7146c Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Tue, 23 May 2023 13:52:15 -0600 Subject: [PATCH] Upper Air BUFR Sounding notebook -change capitalization of a subsection --- examples/notebooks/Upper_Air_BUFR_Soundings.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/notebooks/Upper_Air_BUFR_Soundings.ipynb b/examples/notebooks/Upper_Air_BUFR_Soundings.ipynb index 349a672..3c665a9 100644 --- a/examples/notebooks/Upper_Air_BUFR_Soundings.ipynb +++ b/examples/notebooks/Upper_Air_BUFR_Soundings.ipynb @@ -281,7 +281,7 @@ "\n", "Since we filtered on time, and requested the data in the previous cell, we now have a `response` object we can work with.\n", "\n", - "### 5.1 Prepare Data objects\n", + "### 5.1 Prepare Data Objects\n", "\n", "Here we construct arrays for each parameter to plot (temperature, pressure, and wind components).\n", "After populating each of the arrays, we sort and mask missing data."