From 80ac4e3b0a868b80cc3fbeb8521f42b8ef96f12e Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Mon, 5 Oct 2015 09:47:42 +1300 Subject: [PATCH] Align update_policy section heading with HOT Change-Id: I88f864b3a8624deafbf852c9cebe0cbf01f01821 --- doc/source/ext/resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/ext/resources.py b/doc/source/ext/resources.py index f1521b3f9f..1ef5afc8b0 100644 --- a/doc/source/ext/resources.py +++ b/doc/source/ext/resources.py @@ -314,7 +314,7 @@ resources: def contribute_update_policy(self, parent): if not self.update_policy_schemata: return - section = self._section(parent, _('UpdatePolicy'), '%s-updpolicy') + section = self._section(parent, _('update_policy'), '%s-updpolicy') for prop_key, prop in sorted(self.update_policy_schemata.items(), self.cmp_prop): self.contribute_property(section, prop_key, prop)