Merge pull request #6249 from cvrebert/patch-2

OutputOptionsWithTextMixIn: copyedit warning message
This commit is contained in:
Thomas S Hatch 2013-07-20 22:38:02 -07:00
commit 1aff34fba2

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