Skip to content

Commit 0f4197e

Browse files
JoschDCopilot
andauthored
typo
Co-authored-by: Copilot <[email protected]>
1 parent 24346ab commit 0f4197e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omc3_gui/plotting/classes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def __init__(self, *args, **kwargs) -> None:
8585

8686

8787
class ZoomingViewBox(ExViewBox):
88-
""" ViewBox that imitates the bahavior of the Java-GUI a bit more closely than the default. """
88+
""" ViewBox that imitates the behavior of the Java-GUI a bit more closely than the default. """
8989
def __init__(self, *args, **kwargs) -> None:
9090
super().__init__(*args, **kwargs)
9191
self.setMouseMode(ZoomingViewBox.RectMode) # mode that makes zooming rectangles

0 commit comments

Comments
 (0)