]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/tools/dbg.py
Allow AutoCompletion for items in collections too
[wxWidgets.git] / wxPython / wx / tools / dbg.py
index cda8d5fe2f056e07fa0f9fa2de00e60597e9618e..e58be4cd05297ca4e8c356ab0203011ba19711a2 100644 (file)
@@ -75,7 +75,8 @@ stream
     changing it will result in no action being taken.
 
 You can also call the log function implicitly on the Logger
-instance, ie. you can type:
+instance, ie. you can type::
+
     from wxPython.tools.dbg import Logger
     dbg = Logger()
     dbg('something to print')