Adding comments to Linux CCN examples
[nepi.git] / src / nepi / execution / trace.py
index 3b22eaf..19065db 100644 (file)
@@ -18,9 +18,8 @@
 # Author: Alina Quereilhac <alina.quereilhac@inria.fr>
 
 class TraceAttr:
-    """ Class representing the different attributes 
-    that can characterized a trace.
-
+    """ Trace attributes represent different information
+    aspects that can be retrieved from a trace.
     """
     ALL = 'all'
     STREAM = 'stream'