summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/manifestfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/manifestfile.py b/tools/manifestfile.py
index 3b613d9e1..295170c34 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