aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/range_set.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/range_set.py')
-rw-r--r--ethosu/vela/range_set.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethosu/vela/range_set.py b/ethosu/vela/range_set.py
index f03174ed..6b282824 100644
--- a/ethosu/vela/range_set.py
+++ b/ethosu/vela/range_set.py
@@ -21,7 +21,7 @@ from functools import lru_cache
class RangeSet:
"""A Range set class to track ranges and whether they intersect.
-Intended for e.g. tracking sets of memory ranges and whether two commands use the same memory areas."""
+ Intended for e.g. tracking sets of memory ranges and whether two commands use the same memory areas."""
def __init__(self, start=None, end=None, ranges=None):
if ranges is None: