Improved docs

This commit is contained in:
Jamie Hardt
2024-07-07 13:44:53 -07:00
parent 649427dd33
commit 5a47985154

View File

@@ -278,7 +278,7 @@ they appear in the batchfile.
""" """
reset reset
All keys in the environment will be reset, subsequent files will have 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()) all_keys = list(self.env.metadatums.keys())
for k in all_keys: for k in all_keys: