From 341cc8a42121c23dfe71b8e859c7fdf55981c2bc Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 20 Jul 2013 22:01:31 -0700 Subject: [PATCH] OutputOptionsWithTextMixIn: copyedit warning message --- salt/utils/parsers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/utils/parsers.py b/salt/utils/parsers.py index 1d38d17dfa..40e5d7648e 100644 --- a/salt/utils/parsers.py +++ b/salt/utils/parsers.py @@ -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