aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ionite34 <[email protected]>2022-12-04 09:26:18 +0800
committerGravatar ionite34 <[email protected]>2022-12-04 09:26:18 +0800
commit5d179ba5ee7e2d0c8808b8a7b90f6a560ab2acf0 (patch)
tree70447f970cd7da4837e030358fb751c2351b686e
parentUpdate MemFS docstring (diff)
Update `files_list` docstring
-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.