Index: /fact/tools/pyscripts/doc/getting_started.rst
===================================================================
--- /fact/tools/pyscripts/doc/getting_started.rst	(revision 14105)
+++ /fact/tools/pyscripts/doc/getting_started.rst	(revision 14106)
@@ -90,5 +90,9 @@
 =================================
 
-Now you can check if the reading rawdata is working::
+each module in pyfact should have some test methods implemented. 
+In case one would like to test the module *pyfact*, one can simple execute 
+the module source file.
+The module pyfact implements the classes *RawData* and *SlowData*, but only *RawData*
+is currently te
 
   neise@isdc-viewer00:~/py/pyfact$ pyfact.py 
@@ -195,9 +199,9 @@
 or loop over the file::
 
-  for row in file::
+  for row in file:
     print row.Time, row. OnTime
 
 *row* is just be a copy of *file*, but inside the for loop, I think it is 
-convenient to access members of *raw* rather than members of *file*.
+convenient to access members of *row* rather than members of *file*.
 I is just easier to understand for the reader, I think.
 
