Changeset ce30949 in sasview for src


Ignore:
Timestamp:
Aug 29, 2018 3:27:23 AM (6 years ago)
Author:
Torin Cooper-Bennun <torin.cooper-bennun@…>
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
b8080e1
Parents:
e9359e0a
git-author:
Torin Cooper-Bennun <torin.cooper-bennun@…> (08/29/18 03:25:47)
git-committer:
Torin Cooper-Bennun <torin.cooper-bennun@…> (08/29/18 03:27:23)
Message:

fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Utilities/ReportDialog.py

    rf2530048 rce30949  
    151151    def onTXTSave(data, filename): 
    152152        """ 
    153         Simple txt file serializatio 
     153        Simple txt file serialization 
    154154        """ 
    155155        with open(filename, 'w') as f: 
Note: See TracChangeset for help on using the changeset viewer.