From 7bdeae4a9ae33471bb50a2f59368639a38c9d11d Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Wed, 11 Sep 2019 16:26:22 +0100 Subject: [PATCH] docs: avoid confusing double negation (#62143) Avoid "no backward incompatible interface" term which uses a double negation and replaces it with easier "backward compatible interface" contruct. --- docs/templates/plugin.rst.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates/plugin.rst.j2 b/docs/templates/plugin.rst.j2 index 9eb2f8561622c2..ff6cdad837b940 100644 --- a/docs/templates/plugin.rst.j2 +++ b/docs/templates/plugin.rst.j2 @@ -409,7 +409,7 @@ Status {% else %} {% set support = { 'core': 'the Ansible Core Team', 'network': 'the Ansible Network Team', 'certified': 'an Ansible Partner', 'community': 'the Ansible Community', 'curated': 'a Third Party'} %} -{% set module_states = { 'preview': 'not guaranteed to have a backwards compatible interface', 'stableinterface': 'guaranteed to have no backward incompatible interface changes going forward'} %} +{% set module_states = { 'preview': 'not guaranteed to have a backwards compatible interface', 'stableinterface': 'guaranteed to have backward compatible interface changes going forward'} %} {% if metadata %} {% if metadata.status %}