]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed nested triple quotes problem
authorRobin Dunn <robin@alldunn.com>
Mon, 6 May 2002 14:59:23 +0000 (14:59 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 6 May 2002 14:59:23 +0000 (14:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/wxPython/lib/vtk.py

index ad784dba0b19ee1f292723d1bc61ff8a54ecd030..7d986a8bbc0c5adb19628f8fbf18a9cdd04bbdbe 100644 (file)
@@ -52,14 +52,14 @@ def debug(msg):
 
 
 class wxVTKRenderWindowBase(wxWindow):
-    """
+    '''
     A base class that enables one to embed a vtkRenderWindow into
     a wxPython widget.  This class embeds the RenderWindow correctly
     under different platforms.  Provided are some empty methods that
     can be overloaded to provide a user defined interaction behaviour.
     The event handling functions have names that are similar to the
     ones in the vtkInteractorStyle class included with VTK.
-    """
+    '''
 
     def __init__(self, parent, id, position=wxDefaultPosition,
                  size=wxDefaultSize, style=0):