doc/api/signaltypes: fix degree symbol overlapping

The degree symbol was a bit too close to the letters.
This commit is contained in:
David Lechner
2021-01-25 20:24:46 -06:00
parent afba297c41
commit 232f507954
+2 -2
View File
@@ -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: