Update docs/design_guide.rst

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

View File

@ -339,7 +339,7 @@ Parameter name used in the class or method definition
Parameter_description
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Parameter description. When the parameter defaults to a particular value, it is good
practice to mention this::
practice to include the default::
:param int pitch: Pitch value for the servo. Defaults to :const:`4500`