Skip to content

Commit da217e8

Browse files
laurensvalkdpgeorge
authored andcommitted
docs/library: Fix nested rst styles not rendering.
These can't be nested, so apply styling separately. Signed-off-by: Laurens Valk <[email protected]>
1 parent 602f9db commit da217e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/library/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,4 @@ but also the MicroPython libraries too (e.g. ``machine``, ``bluetooth``, etc).
195195
The main exception is the port-specific libraries (``pyb``, ``esp``, etc).
196196

197197
*Other than when you specifically want to force the use of the built-in module,
198-
we recommend always using ``import module`` rather than ``import umodule``.*
198+
we recommend always using* ``import module`` *rather than* ``import umodule``.

0 commit comments

Comments
 (0)