aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--snekbox/memfs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/snekbox/memfs.py b/snekbox/memfs.py
index c9c5a69..fcb4a32 100644
--- a/snekbox/memfs.py
+++ b/snekbox/memfs.py
@@ -137,7 +137,7 @@ class MemFS:
yield FileAttachment.from_path(file, relative_to=self.output)
def cleanup(self) -> None:
- """Unmounts tmpfs."""
+ """Unmount the tmpfs."""
if self._path is None:
return
unmount(self.path)