Skip to content

Commit bf02807

Browse files
typo
1 parent c2d9bbb commit bf02807

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

radicl/interface.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import pandas as pd
99
from termcolor import colored
1010
from study_lyte.io import write_csv
11+
import matplotlib.pyplot as plt
1112

1213
from .utilities import get_default_filename
1314
from .probe import RAD_Probe
@@ -371,7 +372,7 @@ def task_daq(self):
371372

372373
def task_settings(self):
373374
"""
374-
Routine for handling users requests for modifying probe settings settings
375+
Routine for handling users requests for modifying probe settings
375376
"""
376377

377378
# Setting Selection

0 commit comments

Comments
 (0)