summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/rstrip.py
diff options
context:
space:
mode:
authorSrinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <srinivasreddy@users.noreply.github.com>2018-06-20 07:42:13 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2018-06-20 07:42:13 (GMT)
commit9bb92235f6272b28d59fcbd04f101fdc6b1bbc50 (patch)
tree4083bea750ae634e9c3093c2f5d0f00632a4ddf2 /Lib/idlelib/rstrip.py
parent9af1836664d241fec6e62955ffaa559b3a2eaf1b (diff)
downloadcpython-9bb92235f6272b28d59fcbd04f101fdc6b1bbc50.zip
cpython-9bb92235f6272b28d59fcbd04f101fdc6b1bbc50.tar.gz
cpython-9bb92235f6272b28d59fcbd04f101fdc6b1bbc50.tar.bz2
bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811)
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