mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Remove duplicated "instead" word (#38800)
* Remove duplicated "instead" word * Actually fix the message
This commit is contained in:
committed by
Brian Coca
parent
3c6a362921
commit
a30befa609
@@ -171,7 +171,7 @@ def tests_as_filters_warning(name, func):
|
||||
@wraps(func)
|
||||
def wrapper(*args, **kwargs):
|
||||
display.deprecated(
|
||||
'Using tests as filters is deprecated. Instead of using `result|%(name)s` instead use '
|
||||
'Using tests as filters is deprecated. Instead of using `result|%(name)s` use '
|
||||
'`result is %(name)s`' % dict(name=name),
|
||||
version='2.9'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user