OutputOptionsWithTextMixIn: copyedit warning message

This commit is contained in:
Chris Rebert 2013-07-20 22:01:31 -07:00
parent 2ee797c4b2
commit 341cc8a421

View File

@ -856,8 +856,8 @@ class OutputOptionsWithTextMixIn(OutputOptionsMixIn):
utils.warn_until(
(0, 19),
'\'OutputOptionsWithTextMixIn\' has been deprecated. Please '
'start using \'OutputOptionsMixIn\', your code should not need '
'any more change.'
'start using \'OutputOptionsMixIn\'; your code should not need '
'any further changes.'
)
return instance