From 0a179d849b7b653871ab48d14ee45279a4c68b59 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 21 Jul 2017 13:20:54 -0700 Subject: [PATCH] fix typo --- demo/PropertySheetDialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/PropertySheetDialog.py b/demo/PropertySheetDialog.py index e3893afa..84c5000c 100644 --- a/demo/PropertySheetDialog.py +++ b/demo/PropertySheetDialog.py @@ -210,7 +210,7 @@ def runTest(frame, nb, log): infoText = """\ A wx.adv.PropertySheetDialog provides a standard framework to show settings or preferences for your applications. You just need to provide panels for each -'page' top be shown in the dialog and the PropertySheetDialog takes care of +'page' to be shown in the dialog and the PropertySheetDialog takes care of showing those panels in one of several kinds of book controls, adding buttons, etc. """