Changeset 340428e in sasmodels


Ignore:
Timestamp:
Sep 27, 2016 5:24:22 PM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
ca55aa0, 0bef47b
Parents:
050c2c8
Message:

typo in typing info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/modelinfo.py

    r8407d8c r340428e  
    768768    """ 
    769769    #: Full path to the file defining the kernel, if any. 
    770     filename = None         # type: Optiona[str] 
     770    filename = None         # type: Optional[str] 
    771771    #: Id of the kernel used to load it from the filesystem. 
    772772    id = None               # type: str 
Note: See TracChangeset for help on using the changeset viewer.