Changeset 9bf40e7 in sasview for src


Ignore:
Timestamp:
Sep 3, 2018 3:58:43 AM (6 years ago)
Author:
butler
Branches:
master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, unittest-saveload
Children:
0863065
Parents:
76939a6
Message:

fix typo in docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/calculator/model_editor.py

    r76939a6 r9bf40e7  
    498498        for the sum model the result will be: 
    499499        scale_factor * (scale1 * model_1 + scale2 * model_2) + background 
    500         while for ghe multiply model it will just be: 
     500        while for the multiply model it will just be: 
    501501        scale_factor * (model_1* model_2) + background 
    502502        """ 
Note: See TracChangeset for help on using the changeset viewer.