Browse Source

wxGUI: class description cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60865 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 years ago
parent
commit
220562dbcd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/wxpython/core/gthread.py

+ 1 - 1
gui/wxpython/core/gthread.py

@@ -24,7 +24,7 @@ import Queue
 from core.gconsole import EVT_CMD_DONE, wxCmdDone
 
 class gThread(threading.Thread, wx.EvtHandler):
-    """Thread for scatter plot backend"""
+    """Thread for various backends"""
     requestId = 0
 
     def __init__(self, requestQ=None, resultQ=None, **kwds):