docs,tools: Change remaining "urequests" references to "requests".

Signed-off-by: Damien George <damien@micropython.org>
pull/12593/head
Damien George 2023-10-05 14:04:45 +11:00
rodzic 342ebcb41d
commit 040a96d00e
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -106,7 +106,7 @@ class ManifestPackageMetadata:
self.stdlib = False
# Allows a python-ecosys package to be annotated with the
# corresponding name in PyPI. e.g. micropython-lib/urequests is based
# corresponding name in PyPI. e.g. micropython-lib/requests is based
# on pypi/requests.
self.pypi = None
# For a micropython package, this is the name that we will publish it