From 5c4fa83b3db1494b51600e0038876c34f9e9f4e3 Mon Sep 17 00:00:00 2001 From: Stuart Prescott Date: Sat, 16 Jan 2021 01:28:47 +1100 Subject: [PATCH] Fix typo in comment --- src/sas/sascalc/fit/Loader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sas/sascalc/fit/Loader.py b/src/sas/sascalc/fit/Loader.py index f2a99877e4..255e0345fe 100644 --- a/src/sas/sascalc/fit/Loader.py +++ b/src/sas/sascalc/fit/Loader.py @@ -1,6 +1,6 @@ from __future__ import print_function -# class Loader to load any king of file +# class Loader to load any kind of file #import wx #import string import numpy as np