From 15db02664dedf0f2241a922fb1b756052710d80e Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Wed, 7 Feb 2018 13:08:42 -0800 Subject: Clarify style of attribute comments in the Design Guide. And update the core attributes to match the style. --- shared-bindings/audioio/AudioOut.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared-bindings/audioio') diff --git a/shared-bindings/audioio/AudioOut.c b/shared-bindings/audioio/AudioOut.c index 4e76565e9..c932dda4a 100644 --- a/shared-bindings/audioio/AudioOut.c +++ b/shared-bindings/audioio/AudioOut.c @@ -187,7 +187,7 @@ MP_DEFINE_CONST_FUN_OBJ_1(audioio_audioout_stop_obj, audioio_audioout_obj_stop); //| .. attribute:: playing //| -//| True when the audio sample is being output. +//| True when the audio sample is being output. (read-only) //| STATIC mp_obj_t audioio_audioout_obj_get_playing(mp_obj_t self_in) { audioio_audioout_obj_t *self = MP_OBJ_TO_PTR(self_in); -- cgit v1.2.3