adafruit / Adafruit_CircuitPython_HID

USB Human Interface Device drivers.
MIT License
364 stars 106 forks source link

update conf.py; fix indentations in constructor docstrings #125

Closed dhalbert closed 3 months ago

dhalbert commented 3 months ago

The conf.py was out of date, and was omitting documentation from the __init__() docstrings. Those docstrings also had minor errors.