Skip to content

Commit 7884e73

Browse files
committed
build-doc fix
1 parent b559a0e commit 7884e73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared-bindings/wifi/Radio.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,10 @@ MP_DEFINE_CONST_FUN_OBJ_1(wifi_radio_stop_station_obj, wifi_radio_stop_station);
240240
//| If ``authmode`` is given, the access point will use that Authentication
241241
//| mode. If a password is given, ``authmode`` must not be ``OPEN``.
242242
//| If ``authmode`` isn't given, ``OPEN`` will be used when password isn't provided,
243-
//| otherwise ``WPA_WPA2_PSK``."""
243+
//| otherwise ``WPA_WPA2_PSK``.
244244
//|
245245
//| If ``max_connections`` is given, the access point will allow up to
246-
//| that number of stations to connect. Default is 4. Maximum is 10.
246+
//| that number of stations to connect. Default is 4. Maximum is 10."""
247247
//| ...
248248
//|
249249
STATIC mp_obj_t wifi_radio_start_ap(size_t n_args, const mp_obj_t *pos_args, mp_map_t *kw_args) {

0 commit comments

Comments
 (0)