diff options
author | 2022-12-04 09:26:18 +0800 | |
---|---|---|
committer | 2022-12-04 09:26:18 +0800 | |
commit | 5d179ba5ee7e2d0c8808b8a7b90f6a560ab2acf0 (patch) | |
tree | 70447f970cd7da4837e030358fb751c2351b686e | |
parent | Update MemFS docstring (diff) |
Update `files_list` docstring
-rw-r--r-- | snekbox/memfs.py | 2 |
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. |