Skip to content

Commit dae6baa

Browse files
committed
fix typo in series.py
1 parent ecc5a47 commit dae6baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/magic/series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def __init__(self, datadir='.', field='e_kin', iplot=True, all=False, tag=None):
139139
if iplot:
140140
self.plot()
141141
except NameError: # In case tslut in not Defined
142-
print('No file correponding to field "{}" has been found'.format(self.field))
142+
print('No file corresponding to field "{}" has been found'.format(self.field))
143143

144144
def plot(self):
145145
"""

0 commit comments

Comments
 (0)