Commit 3eeb17e13d68e4b08a88cbff283a3c6e9995d92b

Authored by Thiago Franco de Moraes
1 parent 3ecbb5f8
Exists in interactor_style

Fix in a comment

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/data/styles.py
@@ -224,7 +224,7 @@ class WWWLInteractorStyle(ZoomInteractorStyle): @@ -224,7 +224,7 @@ class WWWLInteractorStyle(ZoomInteractorStyle):
224 224
225 class LinearMeasure(ZoomInteractorStyle): 225 class LinearMeasure(ZoomInteractorStyle):
226 """ 226 """
227 - Interactor style responsible for insert linear measures. 227 + Interactor style responsible for insert linear measurements.
228 """ 228 """
229 def __init__(self, orientation, slice_data): 229 def __init__(self, orientation, slice_data):
230 ZoomInteractorStyle.__init__(self) 230 ZoomInteractorStyle.__init__(self)