Skip to content

Commit 194ce44

Browse files
authored
Merge pull request #9725 from bablokb/Network_docupdate
fixed doc of wifi.Network.authmode
2 parents f517203 + 323aefc commit 194ce44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared-bindings/wifi/Network.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ MP_DEFINE_CONST_FUN_OBJ_1(wifi_network_get_country_obj, wifi_network_get_country
7676
MP_PROPERTY_GETTER(wifi_network_country_obj,
7777
(mp_obj_t)&wifi_network_get_country_obj);
7878

79-
//| authmode: str
80-
//| """String id of the authmode"""
79+
//| authmode: Sequence[wifi.AuthMode]
80+
//| """List of authmodes (wifi.AuthMode) used by the network """
8181
//|
8282
static mp_obj_t wifi_network_get_authmode(mp_obj_t self) {
8383
return common_hal_wifi_network_get_authmode(self);

0 commit comments

Comments
 (0)