aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Ionite <[email protected]>2022-12-04 09:17:44 +0800
committerGravatar GitHub <[email protected]>2022-12-04 09:17:44 +0800
commit7db9678d2cbce3ce279f0ee741dfd7c7990645c9 (patch)
treef648366b4cfbe9b824ed9338413d0e8fbc18022c
parentUpdate MemFS docstring (diff)
Update MemFS docstring
Co-authored-by: Mark <[email protected]>
-rw-r--r--snekbox/memfs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/snekbox/memfs.py b/snekbox/memfs.py
index ff63454..86495dd 100644
--- a/snekbox/memfs.py
+++ b/snekbox/memfs.py
@@ -24,7 +24,7 @@ class MemFS:
def __init__(self, instance_size: int, root_dir: str | Path = "/memfs") -> None:
"""
- Initialize a memory temporary file system.
+ Initialize an in-memory temporary file system.
Examples:
>>> with MemFS(1024) as memfs: