Update docs/design_guide.rst

Co-authored-by: Kattni <kattni@adafruit.com>
This commit is contained in:
jposada202020 2021-04-28 13:16:11 -04:00 committed by GitHub
parent ed2980b967
commit 8ff29f68db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: