summaryrefslogtreecommitdiff
path: root/PyMca5/PyMcaMath/fitting/SimpleFitAll.py
diff options
context:
space:
mode:
Diffstat (limited to 'PyMca5/PyMcaMath/fitting/SimpleFitAll.py')
-rw-r--r--PyMca5/PyMcaMath/fitting/SimpleFitAll.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/PyMca5/PyMcaMath/fitting/SimpleFitAll.py b/PyMca5/PyMcaMath/fitting/SimpleFitAll.py
index d469c04..bd3943d 100644
--- a/PyMca5/PyMcaMath/fitting/SimpleFitAll.py
+++ b/PyMca5/PyMcaMath/fitting/SimpleFitAll.py
@@ -2,7 +2,7 @@
#
# The PyMca X-Ray Fluorescence Toolkit
#
-# Copyright (c) 2017-2018 European Synchrotron Radiation Facility
+# Copyright (c) 2017-2019 European Synchrotron Radiation Facility
#
# This file is part of the PyMca X-ray Fluorescence Toolkit developed at
# the ESRF by the Software group.
@@ -97,7 +97,7 @@ class SimpleFitAll(object):
def progressUpdate(self):
"""
- This method returns a dictionnary with the keys
+ This method returns a dictionary with the keys
progress: A number between 0 and 100 indicating the fit progress
status: Status of the calculation thread.
"""