aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavi Merino <javi.merino@arm.com>2016-08-11 16:41:42 +0100
committerJavi Merino <javi.merino@arm.com>2016-08-11 16:41:42 +0100
commitaf6f4c13472388f5512fc6a79e7c26145510a726 (patch)
tree79a0c17efd7f296f2272b9fc33893310813e14db
parent46cbd4f6176ef351ba6d060cb94e8db8ac461c0e (diff)
downloadbart-af6f4c13472388f5512fc6a79e7c26145510a726.tar.gz
sched: SchedAssert: fix typo in module description
-rwxr-xr-xbart/sched/SchedAssert.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bart/sched/SchedAssert.py b/bart/sched/SchedAssert.py
index b0884f3..d716c96 100755
--- a/bart/sched/SchedAssert.py
+++ b/bart/sched/SchedAssert.py
@@ -14,7 +14,7 @@
#
"""
-:mod:`bart.sched.SchedAssert` provides ability of assert scheduler behaviour.
+:mod:`bart.sched.SchedAssert` provides ability to assert scheduler behaviour.
The analysis is based on TRAPpy's statistics framework and is potent enough
to aggregate statistics over processor hierarchies.
"""