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>
pull/6044/merge
Laurens Valk 2022-08-23 21:35:49 +02:00 zatwierdzone przez Damien George
rodzic 602f9db2f3
commit da217e83d9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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).
*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``.