From 5088276afa09aa8fa540f670d6d5b8ef53957a8f Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 10 Jun 2005 00:30:14 +0000 Subject: [PATCH] Fix for bug #1217874, Error in parameter name in DocManager.CreateView git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34623 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wx/lib/docview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/wx/lib/docview.py b/wxPython/wx/lib/docview.py index 7d41d3dfe1..e99799ff3d 100644 --- a/wxPython/wx/lib/docview.py +++ b/wxPython/wx/lib/docview.py @@ -1889,7 +1889,7 @@ class DocManager(wx.EvtHandler): return None - def CreateView(self, document, flags=0): + def CreateView(self, doc, flags=0): """ Creates a new view for the given document. If more than one view is allowed for the document (by virtue of multiple templates mentioning -- 2.45.2