Skip to content

Commit

Permalink
fixes #328
Browse files Browse the repository at this point in the history
  • Loading branch information
Zigur committed Nov 9, 2020
1 parent d3e5b0d commit 4a81a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isatools/create/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
SOURCE_TYPE_ERROR = 'The source_type property must be either a string or a Characteristic. {0} was supplied.'

# ERROR MESSAGES: STUDY DESIGN
NAME_PROPERTY_ASSIGNMENT_ERROR = 'The value assigned to \'name\' must be a sting'
NAME_PROPERTY_ASSIGNMENT_ERROR = 'The value assigned to \'name\' must be a string'
STUDY_ARM_PROPERTY_ASSIGNMENT_ERROR = 'The value assigned to \'study_arms\' must be an iterable'
ADD_STUDY_ARM_PARAMETER_TYPE_ERROR = 'Not a valid study arm'
ADD_STUDY_ARM_NAME_ALREADY_PRESENT_ERROR = 'A StudyArm with the same name is already present in the StudyDesign'
Expand Down

0 comments on commit 4a81a07

Please sign in to comment.