Changeset 20fa5fe in sasview for src/sas/sascalc


Ignore:
Timestamp:
Nov 2, 2017 5:21:47 AM (6 years ago)
Author:
Stuart Prescott <stuart@…>
Branches:
master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
b6b81a3
Parents:
f4775563
Message:

Fix lots more typos in comments and docs

Location:
src/sas/sascalc
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sascalc/dataloader/file_reader_base_class.py

    r1576693 r20fa5fe  
    123123        """ 
    124124        Generic error handler to add an error to the current datainfo to 
    125         propogate the error up the error chain. 
     125        propagate the error up the error chain. 
    126126        :param msg: Error message 
    127127        """ 
     
    325325    def splitline(line): 
    326326        """ 
    327         Splits a line into pieces based on common delimeters 
     327        Splits a line into pieces based on common delimiters 
    328328        :param line: A single line of text 
    329329        :return: list of values 
  • src/sas/sascalc/file_converter/otoko_loader.py

    r0b1a677 r20fa5fe  
    3636 
    3737        Given the paths of two header files, this function will load each axis in 
    38         turn.  If loading is successfull then an instance of the OTOKOData class 
     38        turn.  If loading is successful then an instance of the OTOKOData class 
    3939        will be returned, else an exception will be raised. 
    4040 
  • src/sas/sascalc/fit/AbstractFitEngine.py

    r574adc7 r20fa5fe  
    7878    def get_params(self, fitparams): 
    7979        """ 
    80         return a list of value of paramter to fit 
    81  
    82         :param fitparams: list of paramaters name to fit 
     80        return a list of value of parameter to fit 
     81 
     82        :param fitparams: list of parameters name to fit 
    8383 
    8484        """ 
  • src/sas/sascalc/pr/fit/AbstractFitEngine.py

    r574adc7 r20fa5fe  
    7878    def get_params(self, fitparams): 
    7979        """ 
    80         return a list of value of paramter to fit 
    81  
    82         :param fitparams: list of paramaters name to fit 
     80        return a list of value of parameter to fit 
     81 
     82        :param fitparams: list of parameters name to fit 
    8383 
    8484        """ 
Note: See TracChangeset for help on using the changeset viewer.