mirror of
https://github.com/micropython/micropython.git
synced 2025-08-09 20:21:57 +02:00
docs,tools: Change remaining "urequests" references to "requests".
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -101,7 +101,7 @@ A useful function for connecting to your local WiFi network is::
|
||||
print('network config:', wlan.ifconfig())
|
||||
|
||||
Once the network is established the :mod:`socket <socket>` module can be used
|
||||
to create and use TCP/UDP sockets as usual, and the ``urequests`` module for
|
||||
to create and use TCP/UDP sockets as usual, and the ``requests`` module for
|
||||
convenient HTTP requests.
|
||||
|
||||
After a call to ``wlan.connect()``, the device will by default retry to connect
|
||||
|
Reference in New Issue
Block a user