We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664df90 commit db31b05Copy full SHA for db31b05
skillsnetwork/core.py
@@ -144,7 +144,7 @@ async def download(
144
Downloads file located at URL to path.
145
146
>>> import skillsnetwork
147
- >>> path = './my_file.txt'
+ >>> path = "./my_file.txt"
148
>>> await skillsnetwork.download("https://example.com/myfile", path)
149
>>> with open(path, "r") as f:
150
>>> content = f.read()
0 commit comments