X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6b9f434ef364731ccf6e4ebf78b8cf71d3c85b79..43e8916ff3fd271e55c9daa6660cb8ea5ff7efe6:/wxPython/demo/PrintFramework.py diff --git a/wxPython/demo/PrintFramework.py b/wxPython/demo/PrintFramework.py index c63ac9630a..86dcdd5eca 100644 --- a/wxPython/demo/PrintFramework.py +++ b/wxPython/demo/PrintFramework.py @@ -132,7 +132,7 @@ class TestPrintPanel(wx.Panel): printerDialog.ShowModal(); # this makes a copy of the wx.PrintData instead of just saving - # a reference to the one inside the printDialogData that will + # a reference to the one inside the PrintDialogData that will # be destroyed when the dialog is destroyed self.printData = wx.PrintData( printerDialog.GetPrintDialogData().GetPrintData() )