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 86495dd..7937a14 100644
--- a/snekbox/memfs.py
+++ b/snekbox/memfs.py
@@ -134,7 +134,7 @@ class MemFS:
preload_dict: bool = False,
) -> list[FileAttachment]:
"""
- Returns a sorted list of output files found in the MemFS.
+ Return a sorted list of output files found in the MemFS.
Args:
limit: The maximum number of files to parse.