Add missing parens.

This commit is contained in:
Kattni Rembor 2021-08-05 12:22:26 -04:00
parent dd04d13339
commit 01b023d739

View file

@ -3,7 +3,7 @@ A Python dictionary containing information to be associated with the twelve keys
MacroPad.
"""
from adafruit_macropad import MacroPad
macropad = MacroPad
macropad = MacroPad()
"""
** Understanding the Dictionary **
The following explains how to configure each entry below.