summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2026-01-20 15:49:59 -0500
committerBrian Potchik <brian@vector35.com>2026-01-20 15:49:59 -0500
commit0050bef2aa73c544981ae47ff2889a62aaab4fd8 (patch)
treefe94c904cb056a42b7b23824d6dff1c634b54260 /python
parentca894f202609c8d27ba14ea1f200523e1ba7ba74 (diff)
Update container transform docs.
Diffstat (limited to 'python')
-rw-r--r--python/transform.py2
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,