docs/library: Fix nested rst styles not rendering.
These can't be nested, so apply styling separately. Signed-off-by: Laurens Valk <laurens@pybricks.com>
This commit is contained in:
parent
602f9db2f3
commit
da217e83d9
|
@ -195,4 +195,4 @@ but also the MicroPython libraries too (e.g. ``machine``, ``bluetooth``, etc).
|
||||||
The main exception is the port-specific libraries (``pyb``, ``esp``, etc).
|
The main exception is the port-specific libraries (``pyb``, ``esp``, etc).
|
||||||
|
|
||||||
*Other than when you specifically want to force the use of the built-in module,
|
*Other than when you specifically want to force the use of the built-in module,
|
||||||
we recommend always using ``import module`` rather than ``import umodule``.*
|
we recommend always using* ``import module`` *rather than* ``import umodule``.
|
||||||
|
|
Loading…
Reference in New Issue