bt2: fix error message in trace_class.py
[babeltrace.git] / src / bindings / python / bt2 / bt2 / trace_class.py
index 08d3e91f400c79e812fe091a61f9c36261c85186..dc9439eb6aa424215d3ac883249699b115796852 100644 (file)
@@ -117,7 +117,7 @@ class _TraceClassConst(object._SharedObject, collections.abc.Mapping):
 
         if listener_handle._obj.addr != self.addr:
             raise ValueError(
-                'This trace class destruction listener does not match the trace object.'
+                'This trace class destruction listener does not match the trace class object.'
             )
 
         if listener_handle._listener_id is None:
This page took 0.02574 seconds and 4 git commands to generate.