From fbfe66967dd6a19fb5a94ae941f0505147bc48c0 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Thu, 19 Jan 2017 20:01:55 +0000 Subject: [PATCH] Doc module meta grammar fixes (#20446) * Remove unnecessary 'the' * End sentences with a period --- hacking/templates/rst.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hacking/templates/rst.j2 b/hacking/templates/rst.j2 index 4104957874..817b0554f6 100644 --- a/hacking/templates/rst.j2 +++ b/hacking/templates/rst.j2 @@ -169,8 +169,8 @@ Notes {% endif %} {% if not deprecated %} -{% set support = { 'core': 'This module is maintained by those with core commit privileges', 'committer': 'This module is supported mainly by the community and is curated by core committers', 'community': 'This module is community maintained without core committer oversight'} %} -{% set module_states = { 'preview': 'it is not guaranteed to have a backwards compatible interface', 'stableinterface': 'the maintainers for this module guarantee that the no backward incompatible interface changes will be made'} %} +{% set support = { 'core': 'This module is maintained by those with core commit privileges', 'committer': 'This module is supported mainly by the community and is curated by core committers.', 'community': 'This module is community maintained without core committer oversight.'} %} +{% set module_states = { 'preview': 'it is not guaranteed to have a backwards compatible interface', 'stableinterface': 'the maintainers for this module guarantee that no backward incompatible interface changes will be made'} %} {% if metadata %} {% if metadata.status %}