mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
doc/api/signaltypes: fix degree symbol overlapping
The degree symbol was a bit too close to the letters.
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user