From 6b8729af4c230f299adaa6a1fab8a58e44e9167a Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Thu, 16 Aug 2018 17:12:25 -0400 Subject: [PATCH] Header typo --- docs/cookbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cookbook.md b/docs/cookbook.md index 4b86c222..61e581c0 100644 --- a/docs/cookbook.md +++ b/docs/cookbook.md @@ -535,7 +535,7 @@ Perhaps you don't want all the statistics that the EasyProgressMeter provides an ---- - ## The One-Line GUI +## The One-Line GUI For those of you into super-compact code, a complete customized GUI can be specified, shown, and received the results using a single line of Python code. The way this is done is to combine the call to `FlexForm` and the call to `LayoutAndRead`. `FlexForm` returns a `FlexForm` object which has the `LayoutAndRead` method.