summaryrefslogtreecommitdiff
path: root/python/examples
diff options
context:
space:
mode:
Diffstat (limited to 'python/examples')
-rw-r--r--python/examples/kaitai/kshelpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/kaitai/kshelpers.py b/python/examples/kaitai/kshelpers.py
index 2d465346..40a6320e 100644
--- a/python/examples/kaitai/kshelpers.py
+++ b/python/examples/kaitai/kshelpers.py
@@ -223,7 +223,7 @@ def exercise(ksobj):
# * the debug['arr'] stuff, you just give it 'foo' or 'foo[3]'
# * the 'foo' vs. '_m_foo' complication, you just give it 'foo'
#
-def getFieldRange(ksobj, fieldName:str, restrictedToRoot=False):
+def getFieldRange(ksobj, fieldName, restrictedToRoot=False):
if restrictedToRoot:
if ksobj._io != ksobj._root._io:
return None