Changeset a9bc435 in sasmodels


Ignore:
Timestamp:
Oct 27, 2017 11:51:44 AM (7 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
767dca8
Parents:
b9578fc
Message:

fix typo in type checking support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/sasview_model.py

    r32f87a5 ra9bc435  
    3636    from .kernel import KernelModel 
    3737    MultiplicityInfoType = NamedTuple( 
    38         'MuliplicityInfo', 
     38        'MultiplicityInfo', 
    3939        [("number", int), ("control", str), ("choices", List[str]), 
    4040         ("x_axis_label", str)]) 
Note: See TracChangeset for help on using the changeset viewer.