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:
Laurens Valk 2022-08-23 21:35:49 +02:00 committed by Damien George
parent 602f9db2f3
commit da217e83d9
1 changed files with 1 additions and 1 deletions

View File

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