diff --git a/examples/notebooks/Upper_Air_BUFR_Soundings.ipynb b/examples/notebooks/Upper_Air_BUFR_Soundings.ipynb index 273f349..21ff74a 100644 --- a/examples/notebooks/Upper_Air_BUFR_Soundings.ipynb +++ b/examples/notebooks/Upper_Air_BUFR_Soundings.ipynb @@ -335,7 +335,7 @@ "source": [ "### Convert Units\n", "\n", - "We need to modify the units several of the data parameters are returned in. Here we convert Temperature units from Kelvin to Celsius, 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. " ] }, {