diff --git a/examples/notebooks/Upper_Air_BUFR_Soundings.ipynb b/examples/notebooks/Upper_Air_BUFR_Soundings.ipynb index 5a01bbf..611b049 100644 --- a/examples/notebooks/Upper_Air_BUFR_Soundings.ipynb +++ b/examples/notebooks/Upper_Air_BUFR_Soundings.ipynb @@ -337,7 +337,7 @@ "source": [ "### 5.2 Convert Units\n", "\n", - "We need to modify the units several of the data parameters are returned in. Here we convert Temperature units from Fahrenheit to Celcius, convert pressure to milibars, and extract wind for both the u and v directional components in Knots and Radians. " + "We need to modify the units several of the data parameters are returned in. Here we convert the units for Temperature and Dewpoint from Kelvin to Celsius, convert pressure to milibars, and extract wind for both the u and v directional components in Knots and Radians. " ] }, {