Skip to content

Commit f4daf4d

Browse files
committed
Minor nit
1 parent a77ab66 commit f4daf4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -403,9 +403,9 @@ await fs.sync("/local")
403403

404404
#### `pyscript.fs.unmount`
405405

406-
Asynchronously unmount the named `path` from the browser's virtual filesystem.
407-
This will free up memory and allow you to re-use the path to mount a different
408-
directory.
406+
Asynchronously unmount the named `path` from the browser's virtual filesystem
407+
after ensuring content is synchronized. This will free up memory and allow you
408+
to re-use the path to mount a different directory.
409409

410410
```python title="Unmount from the virtual filesystem."
411411
await fs.unmount("/local")

0 commit comments

Comments
 (0)