Skip to content

Commit 3444ea9

Browse files
committed
docstring for initUI
1 parent ff9b5a5 commit 3444ea9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/diffpy/fourigui/fourigui.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def __init__(self):
2121
self.initUI()
2222

2323
def initUI(self):
24+
"""Initialize the GUI for fourigui"""
2425

2526
self.loaded = False # denotes whether a dataset is loaded
2627
self.transformed = False # denotes whether dataset is Fourier transformed
@@ -533,7 +534,7 @@ def plot_next_plane(self):
533534

534535
def animation(self):
535536
"""
536-
slices through the 3D array along the selcted axis
537+
slices through the 3D array along the selected axis
537538
"""
538539
try:
539540
if not self.anientry.get():

0 commit comments

Comments
 (0)