From bc1db8f2b3cb38c831f5c95abdbc3cbe8a493186 Mon Sep 17 00:00:00 2001 From: Josiah Baldwin Date: Fri, 26 Sep 2025 14:40:53 -0700 Subject: [PATCH] Update documentation for `files.rm` Resolves #53 --- src/meshctrl/files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshctrl/files.py b/src/meshctrl/files.py index b8958ac..3a74bb5 100644 --- a/src/meshctrl/files.py +++ b/src/meshctrl/files.py @@ -157,7 +157,7 @@ class Files(tunnel.Tunnel): async def rm(self, path, files, recursive=False, timeout=None): """ - Create a directory on the device. This API doesn't error if the file doesn't exist. + Remove a set of files or directories from the device. This API doesn't error if the file doesn't exist. Args: path (str): Directory from which to delete files