From 232f507954cc2e5bc79f4cdaed6d2f005a1f0dbf Mon Sep 17 00:00:00 2001 From: David Lechner Date: Mon, 25 Jan 2021 16:28:11 -0600 Subject: [PATCH] doc/api/signaltypes: fix degree symbol overlapping The degree symbol was a bit too close to the letters. --- doc/api/signaltypes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/signaltypes.rst b/doc/api/signaltypes.rst index d19168b..7fbbb00 100644 --- a/doc/api/signaltypes.rst +++ b/doc/api/signaltypes.rst @@ -248,9 +248,9 @@ temperature: °C Temperature is measured in degrees Celcius (°C). To convert to degrees Fahrenheit (°F) or Kelvin (K), you can use the following conversion formulas: - :math:`°\!F = °\!C \cdot \frac{9}{5} + 32`. + :math:`°\kern1pt\!F = °\kern2pt\!C \cdot \frac{9}{5} + 32`. - :math:`K = °\!C + 273.15`. + :math:`K = °\kern2pt\!C + 273.15`. .. _hue: