This commit is contained in:
Itamar Turner-Trauring 2022-07-05 11:30:01 -04:00
parent 97d0ba23eb
commit 1e6864ac01

View File

@ -285,7 +285,7 @@ _SCHEMAS = {
}
# Callabale that takes offset and length, returns the data at that range.
# Callable that takes offset and length, returns the data at that range.
ReadData = Callable[[int, int], bytes]