diff options
Diffstat (limited to 'Lib/idlelib/redirector.py')
-rw-r--r-- | Lib/idlelib/redirector.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/redirector.py b/Lib/idlelib/redirector.py index b66be9e..5ca7a2d 100644 --- a/Lib/idlelib/redirector.py +++ b/Lib/idlelib/redirector.py @@ -104,7 +104,7 @@ class WidgetRedirector: Note that if a registered function is called, the operation is not passed through to Tk. Apply the function returned by self.register() - to *args to accomplish that. For an example, see ColorDelegator.py. + to *args to accomplish that. For an example, see colorizer.py. ''' m = self._operations.get(operation) |