diff options
author | Laurens Valk <laurens@pybricks.com> | 2022-08-23 21:35:49 +0200 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-08-26 15:15:59 +1000 |
commit | da217e83d9a710a03fd8e324fe18d3684628cd69 (patch) | |
tree | c2577b3ffe1260970b108b08736df58dc4797947 | |
parent | 602f9db2f35924a687f8ded2170b2a0b0e13979a (diff) | |
download | micropython-da217e83d9a710a03fd8e324fe18d3684628cd69.tar.gz micropython-da217e83d9a710a03fd8e324fe18d3684628cd69.zip |
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>
-rw-r--r-- | docs/library/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/index.rst b/docs/library/index.rst index ffd373a4df..59ed1127a7 100644 --- a/docs/library/index.rst +++ b/docs/library/index.rst @@ -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``. |