in doc string as well

This commit is contained in:
caternuson 2018-11-05 14:49:24 -08:00
parent 85fbdefe77
commit 55cbeb6fc6

View File

@ -156,7 +156,7 @@ const mp_obj_property_t audioio_wavefile_bits_per_sample_obj = {
(mp_obj_t)&mp_const_none_obj}, (mp_obj_t)&mp_const_none_obj},
}; };
//| .. attribute:: channels //| .. attribute:: channel_count
//| //|
//| Number of audio channels. (read only) //| Number of audio channels. (read only)
//| //|