From 5a47985154a015e896d63f39ee127ce07a9425d6 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 7 Jul 2024 13:44:53 -0700 Subject: [PATCH] Improved docs --- mfbatch/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mfbatch/commands.py b/mfbatch/commands.py index 367859d..0b5574b 100644 --- a/mfbatch/commands.py +++ b/mfbatch/commands.py @@ -278,7 +278,7 @@ they appear in the batchfile. """ reset All keys in the environment will be reset, subsequent files will have - no keys set. + no keys set, including keys set by the `setinc` and `setp` commands. """ all_keys = list(self.env.metadatums.keys()) for k in all_keys: