Update docs/design_guide.rst
Co-authored-by: Kattni <kattni@adafruit.com>
This commit is contained in:
parent
ed2980b967
commit
8ff29f68db
|
@ -307,7 +307,7 @@ following structure:
|
|||
|
||||
param_type
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Type of the parameter. This could be among other `int`, `float`, `str` `bool`, etc.
|
||||
The type of the parameter. This could be among other `int`, `float`, `str` `bool`, etc.
|
||||
To document an object in the CircuitPython domain, you need to include a ``~`` before the
|
||||
definition as shown in the following example:
|
||||
|
||||
|
|
Loading…
Reference in New Issue