Skip to content

Commit ce586e0

Browse files
committed
remove redundant comment
1 parent a648ce5 commit ce586e0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

micropip/package_manager.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,6 @@ async def install(
164164
>>> await micropip.install("snowballstemmer")
165165
>>> await micropip.install(["snowballstemmer", "mccabe"])
166166
>>> await micropip.install("numpy>=2.2.0")
167-
168-
For more details and advanced usage, see the user manual:
169-
https://pyodide.org/en/stable/usage/loading-packages.html#micropip
170167
"""
171168

172169
with setup_logging().ctx_level(verbose) as logger:

0 commit comments

Comments
 (0)