From 7f8ba4204565b8c3fdde317b8dd5955ff01b03ee Mon Sep 17 00:00:00 2001 From: Jonathan Daugherty Date: Wed, 25 May 2016 16:55:23 -0700 Subject: [PATCH] guide: section title fix --- docs/guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide.rst b/docs/guide.rst index b6e3704..b2da71d 100644 --- a/docs/guide.rst +++ b/docs/guide.rst @@ -482,8 +482,8 @@ that should have been done up front anyway: ``String`` names could be allocated ad-hoc but never centrally managed, resulting in troulbesome runtime problems. -Note of Caution -*************** +A Note of Caution +***************** **NOTE: Unique names for all named widgets are required to ensure that the renderer correctly tracks widget states during application