Skip to content

Commit feab9bb

Browse files
committed
Normalize comment style
1 parent e895fc4 commit feab9bb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pythonturtle/shelltoprocess/console.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@ def interact(self, banner=None):
119119
except AttributeError:
120120
sys.ps2 = "... "
121121
# cprt = 'Type "help", "copyright", "credits" or "license" ' \
122-
# 'for more information.'
122+
# 'for more information.'
123123
# if banner is None:
124-
# self.write("Python %s on %s\n%s\n(%s)\n" %
125-
# (sys.version, sys.platform, cprt,
126-
# self.__class__.__name__))
124+
# self.write("Python %s on %s\n%s\n(%s)\n" %
125+
# (sys.version, sys.platform, cprt,
126+
# self.__class__.__name__))
127127
# else:
128-
# self.write("%s\n" % str(banner))
128+
# self.write("%s\n" % str(banner))
129129
more = 0
130130
while True:
131131
try:

pythonturtle/turtleprocess.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ def reset():
243243
# valid before setting it to the turtle. Didn't work.
244244
# import wx; app=wx.App();
245245
# def valid_color(color):
246-
# return not wx.Pen(color).GetColour() == \
247-
# wx.Pen("malformed").GetColour()
246+
# return not wx.Pen(color).GetColour() == \
247+
# wx.Pen("malformed").GetColour()
248248

249249
self.console = shelltoprocess.Console(queue_pack=self.queue_pack,
250250
locals=locals_for_console)

0 commit comments

Comments
 (0)