summaryrefslogtreecommitdiff
path: root/shared-bindings/nativeio
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/nativeio')
-rw-r--r--shared-bindings/nativeio/DigitalInOut.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/nativeio/DigitalInOut.c b/shared-bindings/nativeio/DigitalInOut.c
index 1ffb5c7f3..6c15944eb 100644
--- a/shared-bindings/nativeio/DigitalInOut.c
+++ b/shared-bindings/nativeio/DigitalInOut.c
@@ -198,7 +198,7 @@ mp_obj_property_t nativeio_digitalinout_direction_obj = {
//| .. attribute:: value
//|
-//| Get or set the digital logic level of the pin.
+//| The digital logic level of the pin.
//|
STATIC mp_obj_t nativeio_digitalinout_obj_get_value(mp_obj_t self_in) {
nativeio_digitalinout_obj_t *self = MP_OBJ_TO_PTR(self_in);