From 6f00c797b6108396e09b6708d3e79dfb4905cfa0 Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Mon, 22 May 2023 14:04:47 -0600 Subject: [PATCH] Small change for capitalization of a section in the Upper Air BUFR Soundings notebook --- examples/notebooks/Upper_Air_BUFR_Soundings.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/notebooks/Upper_Air_BUFR_Soundings.ipynb b/examples/notebooks/Upper_Air_BUFR_Soundings.ipynb index 9c2f791..71d4014 100644 --- a/examples/notebooks/Upper_Air_BUFR_Soundings.ipynb +++ b/examples/notebooks/Upper_Air_BUFR_Soundings.ipynb @@ -41,7 +41,7 @@ }, "source": [ "

Table of Contents

\n", - "
" + "
" ] }, { @@ -279,7 +279,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", - "### Prepare data objects\n", + "### 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."