From 5bba68071d28f2ce798733207c0f86dc2f42113f Mon Sep 17 00:00:00 2001 From: vrld Date: Tue, 12 Apr 2016 10:52:46 +0200 Subject: [PATCH] Fix #35: Error in layout documentation example, cont. Gotta catch them all --- docs/layout.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/layout.rst b/docs/layout.rst index fc17d6a..dfadf06 100644 --- a/docs/layout.rst +++ b/docs/layout.rst @@ -111,8 +111,8 @@ If either ``w`` or ``h`` is omitted, the value is set the last used value. Both Used to provide the last four arguments to a widget, e.g.:: - suit.Button("OK", suit.layout.col(100,30)) - suit.Button("Cancel", suit.layout.col("max")) + suit.Button("OK", suit.layout:col(100,30)) + suit.Button("Cancel", suit.layout:col("max")) Precomputed Layouts