From f6589b2c306f722c5174e3ad35c0e880f2e58db5 Mon Sep 17 00:00:00 2001 From: Mike Driscoll Date: Fri, 7 Aug 2015 08:35:30 -0500 Subject: [PATCH] Fix a typo in StockButtons.py --- demo/StockButtons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/StockButtons.py b/demo/StockButtons.py index e484c034..08367331 100644 --- a/demo/StockButtons.py +++ b/demo/StockButtons.py @@ -96,7 +96,7 @@ label to go with it automatically. Additionally on the platforms that have a native concept of a stock button (currently only GTK2) then the native stock button will be used. -

This sample shows buttons for all of the currenlty available stock +

This sample shows buttons for all of the currently available stock IDs. Notice that when the button is created that no label is given, and compare that with the button that is created.