docs: Fix duplicate label error for network.WLAN.

This commit is contained in:
Damien George 2015-06-27 13:42:00 +01:00
parent 8cc8f280eb
commit fa1cdb09fc
1 changed files with 5 additions and 10 deletions

View File

@ -178,13 +178,13 @@ For example::
Dump the WIZnet5x00 registers. Useful for debugging.
class WLAN
==========
.. _network.WLAN:
.. only:: port_esp8266
class WLAN
==========
.. _network.WLAN:
This class provides a driver for WiFi network processor in the ESP8266. Example usage::
import network
@ -238,11 +238,6 @@ For example::
.. only:: port_wipy
class WLAN
==========
.. _network.WLAN:
This class provides a driver for WiFi network processor in the WiPy. Example usage::
import network