Skip to content

Commit

Permalink
correct little spelling mistake updatePlotHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuskarliczek committed Aug 20, 2024
1 parent d483235 commit 51258f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sas/qtgui/Plotting/PlotterBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def __init__(self, parent=None, manager=None, quickplot=False):
else:
self.toolbar.hide() # hide for the time being
# Notify PlotHelper about the new plot
self.upatePlotHelper()
self.updatePlotHelper()
else:
self.toolbar.hide()

Expand Down Expand Up @@ -227,7 +227,7 @@ def update(self):
def draw(self):
self.figure.canvas.draw()

def upatePlotHelper(self):
def updatePlotHelper(self):
"""
Notify the plot helper about the new plot
"""
Expand Down

0 comments on commit 51258f0

Please sign in to comment.