File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ A useful function for connecting to your local WiFi network is::
101
101
print('network config:', wlan.ifconfig())
102
102
103
103
Once the network is established the :mod: `socket <socket> ` module can be used
104
- to create and use TCP/UDP sockets as usual, and the ``urequests `` module for
104
+ to create and use TCP/UDP sockets as usual, and the ``requests `` module for
105
105
convenient HTTP requests.
106
106
107
107
After a call to ``wlan.connect() ``, the device will by default retry to connect
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ def __init__(self, is_require=False):
106
106
self .stdlib = False
107
107
108
108
# Allows a python-ecosys package to be annotated with the
109
- # corresponding name in PyPI. e.g. micropython-lib/urequests is based
109
+ # corresponding name in PyPI. e.g. micropython-lib/requests is based
110
110
# on pypi/requests.
111
111
self .pypi = None
112
112
# For a micropython package, this is the name that we will publish it
You can’t perform that action at this time.
0 commit comments