Skip to content

Commit db31b05

Browse files
committed
Minor typos fix
1 parent 664df90 commit db31b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skillsnetwork/core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ async def download(
144144
Downloads file located at URL to path.
145145
146146
>>> import skillsnetwork
147-
>>> path = './my_file.txt'
147+
>>> path = "./my_file.txt"
148148
>>> await skillsnetwork.download("https://example.com/myfile", path)
149149
>>> with open(path, "r") as f:
150150
>>> content = f.read()

0 commit comments

Comments
 (0)