diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/transform.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/transform.py b/python/transform.py index 7f1dd977..98938808 100644 --- a/python/transform.py +++ b/python/transform.py @@ -689,7 +689,7 @@ class TransformContext: class TransformSession: """ - ``TransformSession`` manages the extraction workflow for container files (ZIP, 7z, IMG4, etc.), + ``TransformSession`` manages the extraction workflow for container files (ZIP, TAR, IMG4, etc.), handling multi-stage extraction, file selection, and transform application. Sessions automatically detect and apply appropriate transforms to navigate through nested containers, |
