Update docs/design_guide.rst
Co-authored-by: Kattni <kattni@adafruit.com>
This commit is contained in:
parent
3c49bd6bde
commit
69a510edc1
|
@ -308,8 +308,8 @@ following structure:
|
|||
param_type
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Type of the parameter. This could be among other `int`, `float`, `str` `bool`, etc.
|
||||
When referring to different objects in the CircuitPython domain you need to include the reference
|
||||
by adding a ``~`` before the definition as shown in the following example:
|
||||
To document an object in the CircuitPython domain, you need to include a ``~`` before the
|
||||
definition as shown in the following example:
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
|
|
Loading…
Reference in New Issue