diff options
author | Damien George <damien@micropython.org> | 2023-10-05 14:04:45 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-10-05 14:04:45 +1100 |
commit | 040a96d00eaec0990541debc0310a6ff56d082d0 (patch) | |
tree | f952d5474d2646860264eb158a16c5a3ef300c54 /tools/manifestfile.py | |
parent | 342ebcb41d14197b1a2424bac8ff131ddf8e841d (diff) | |
download | micropython-040a96d00eaec0990541debc0310a6ff56d082d0.tar.gz micropython-040a96d00eaec0990541debc0310a6ff56d082d0.zip |
docs,tools: Change remaining "urequests" references to "requests".
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tools/manifestfile.py')
-rw-r--r-- | tools/manifestfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/manifestfile.py b/tools/manifestfile.py index 3b613d9e1d..295170c34c 100644 --- a/tools/manifestfile.py +++ b/tools/manifestfile.py @@ -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 |