From c75ca1c9f6acae57fce73cddda6757c046fd60f1 Mon Sep 17 00:00:00 2001 From: Ionite Date: Mon, 28 Nov 2022 07:45:32 +0800 Subject: Docstring fixes Co-authored-by: Mark <1515135+MarkKoz@users.noreply.github.com> --- snekbox/memfs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3