diff options
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 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 |
