Skip to content

Commit fa1cdb0

Browse files
committed
docs: Fix duplicate label error for network.WLAN.
1 parent 8cc8f28 commit fa1cdb0

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

docs/library/network.rst

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,12 @@ For example::
178178

179179
Dump the WIZnet5x00 registers. Useful for debugging.
180180

181-
.. only:: port_esp8266
181+
class WLAN
182+
==========
182183

183-
class WLAN
184-
==========
184+
.. _network.WLAN:
185185

186-
.. _network.WLAN:
186+
.. only:: port_esp8266
187187

188188
This class provides a driver for WiFi network processor in the ESP8266. Example usage::
189189

@@ -238,11 +238,6 @@ For example::
238238

239239
.. only:: port_wipy
240240

241-
class WLAN
242-
==========
243-
244-
.. _network.WLAN:
245-
246241
This class provides a driver for WiFi network processor in the WiPy. Example usage::
247242
248243
import network

0 commit comments

Comments
 (0)