From 6f815c6ffa0b82abfbbe7adfe59e4822b4179747 Mon Sep 17 00:00:00 2001 From: Ryan May Date: Fri, 28 Oct 2022 10:24:28 -0600 Subject: [PATCH] DOC: Update link for Pint temperature unit docs (Fixes #2765) --- tutorials/unit_tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/unit_tutorial.py b/tutorials/unit_tutorial.py index 0e8e7abf538..898db572234 100644 --- a/tutorials/unit_tutorial.py +++ b/tutorials/unit_tutorial.py @@ -18,7 +18,7 @@ various functions. Instead, only the final results need to be converted to desired units. For more information on unit support, see the documentation for `Pint `_. Particular attention should be paid to the support -for `temperature units `_. +for `temperature units `_. In this tutorial we'll show some examples of working with units and get you on your way to utilizing the computation functions in MetPy.