review.py: fixed crash when a file is not valid
[hooke.git] / libhookecurve.py
index 11417834d196e62bb4ad753a4ed20e851372885e..37cd1b11bba4213629b0a9fd9b89b21c3f40ad47 100755 (executable)
@@ -103,7 +103,7 @@ class PlotObject:
         '''
         styles: defines what is the style of the current plots. If undefined or None, it is line plot.
         If an element of the list is 'scatter', the corresponding dataset
-       is drawn with scattered points and not a continuous line.
+        is drawn with scattered points and not a continuous line.
         '''
         self.styles=[]