Fix #35: Error in layout documentation example, cont.

Gotta catch them all
This commit is contained in:
vrld 2016-04-12 10:52:46 +02:00
parent 83e9131e25
commit 5bba68071d

View file

@ -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