Changeset 069743a in sasmodels


Ignore:
Timestamp:
Mar 21, 2019 9:37:51 AM (5 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:
b889b6a
Parents:
4e28511
Message:

typo in comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/kernelcl.py

    r4e28511 r069743a  
    329329            return [cl.create_some_context(interactive=False)] 
    330330        except Exception as exc: 
    331             # TODO: Should warnings instead by put into logging.warn? 
     331            # TODO: Should warnings instead be put into logging.warn? 
    332332            warnings.warn(str(exc)) 
    333333            warnings.warn( 
Note: See TracChangeset for help on using the changeset viewer.