summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/rstrip.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/idlelib/rstrip.py')
-rw-r--r--Lib/idlelib/rstrip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/rstrip.py b/Lib/idlelib/rstrip.py
index b845d80..f93b5e8 100644
--- a/Lib/idlelib/rstrip.py
+++ b/Lib/idlelib/rstrip.py
@@ -1,6 +1,6 @@
'Provides "Strip trailing whitespace" under the "Format" menu.'
-class RstripExtension:
+class Rstrip:
def __init__(self, editwin):
self.editwin = editwin