Change a few double quotes to single quotes in openmc.trigger

This commit is contained in:
Paul Romano 2016-03-09 08:50:38 -06:00
parent 0138f0c4a2
commit 7c2890baec

View file

@ -117,9 +117,9 @@ class Trigger(object):
"""
warnings.warn("Trigger.add_score(...) has been deprecated and may be "
"removed in a future version. Tally trigger scores should "
"be defined using the scores property directly.",
warnings.warn('Trigger.add_score(...) has been deprecated and may be '
'removed in a future version. Tally trigger scores should '
'be defined using the scores property directly.',
DeprecationWarning)
self.scores.append(score)