From 73fc4e42f1552e53896f9190eda560ea4dff5ce2 Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Thu, 8 Dec 2016 18:05:48 -0500 Subject: [PATCH] Correct type-o on support statement --- hacking/templates/rst.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacking/templates/rst.j2 b/hacking/templates/rst.j2 index d1da34b77cb..0822a6d41ea 100644 --- a/hacking/templates/rst.j2 +++ b/hacking/templates/rst.j2 @@ -181,7 +181,7 @@ For more information on what this means please read :doc:`modules_core` {% else %} -This is module is supported by: @{ metadata.supported_by }@ +This module is supported by: @{ metadata.supported_by }@ ------------------------ For more information on what this means please read :doc:`modules_extra`