From 9696e27ea615aad3535bb103a2b88a48dc6a230b Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Sat, 23 Sep 2023 21:51:14 -0400 Subject: [PATCH] Fix a broken link to pint docs in sound_speed_units.py --- samples/python/thermo/sound_speed_units.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/python/thermo/sound_speed_units.py b/samples/python/thermo/sound_speed_units.py index 865de6f79e..e4bff02ecf 100644 --- a/samples/python/thermo/sound_speed_units.py +++ b/samples/python/thermo/sound_speed_units.py @@ -11,7 +11,7 @@ # This sets the default output format of the units to have 2 significant digits # and the units are printed with a Unicode font. See: -# https://pint.readthedocs.io/en/stable/formatting.html#unit-format-types +# https://pint.readthedocs.io/en/stable/user/formatting.html#unit-format-types ctu.units.default_format = ".2F~P" def equilibrium_sound_speeds(gas, rtol=1.0e-6, max_iter=5000):