diff -r a111134b5dc7 -r c38750e1bafd RefactoringRope/ProgressHandle.py --- a/RefactoringRope/ProgressHandle.py Wed Sep 27 19:50:44 2017 +0200 +++ b/RefactoringRope/ProgressHandle.py Fri Sep 29 10:23:35 2017 +0200 @@ -4,7 +4,7 @@ # """ -Module implementing a TaskHandle class with a progress dialog. +Module implementing a distributed TaskHandle class with a progress dialog. """ from __future__ import unicode_literals @@ -14,7 +14,9 @@ class ProgressHandle(rope.base.taskhandle.TaskHandle): """ - Class implementing TaskHandle with a progress dialog. + Class implementing distributed TaskHandle with a progress dialog. + + This is the client side. """ def __init__(self, client, title, interruptable=True): """