Explorar o código

wxGUI: class description cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60865 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=11) %!d(string=hai) anos
pai
achega
220562dbcd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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):