Skip to content

Commit a0b634f

Browse files
committed
Double quote
1 parent eb23a17 commit a0b634f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/examples.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Ensure the library works with this simple test.
1010
Second USB
1111
----------
1212

13-
Use the library over a second USB CDC serial connection. `boot.py` must include
14-
`usb_cdc.enable(console=True, data=True)`. `console` can be `False`.
13+
Use the library over a second USB CDC serial connection. ``boot.py`` must include
14+
``usb_cdc.enable(console=True, data=True)``. ``console`` can be `False`.
1515

16-
Example "boot.py":
16+
Example ``boot.py``:
1717

1818
.. code-block:: python
1919
@@ -22,7 +22,7 @@ Example "boot.py":
2222
# Enable console and data
2323
usb_cdc.enable(console=True, data=True)
2424
25-
Example "code.py":
25+
Example ``code.py``:
2626

2727
.. literalinclude:: ../examples/prompt_toolkit_second_cdc.py
2828
:caption: examples/prompt_toolkit_second_cdc.py

0 commit comments

Comments
 (0)