From 65e83fd2f44dcec1b280220f2a318f6d521ae073 Mon Sep 17 00:00:00 2001 From: Konrad Beckmann Date: Sat, 4 Jun 2016 15:33:58 +0200 Subject: [PATCH] Fixed typo in wifi doc (#1337) Changed wifi.getpymode() into wifi.getphymode() --- docs/en/modules/wifi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/modules/wifi.md b/docs/en/modules/wifi.md index 049f0105..e036c308 100644 --- a/docs/en/modules/wifi.md +++ b/docs/en/modules/wifi.md @@ -45,7 +45,7 @@ The WiFi mode, as one of the `wifi.STATION`, `wifi.SOFTAP`, `wifi.STATIONAP` or Gets WiFi physical mode. #### Syntax -`wifi.getpymode()` +`wifi.getphymode()` #### Parameters none