Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tacanvas.py
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArt/tacanvas.py')
-rw-r--r--TurtleArt/tacanvas.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TurtleArt/tacanvas.py b/TurtleArt/tacanvas.py
index e5e0c0a..ed7bfb0 100644
--- a/TurtleArt/tacanvas.py
+++ b/TurtleArt/tacanvas.py
@@ -158,7 +158,7 @@ class TurtleGraphics:
if self.cr_svg is not None:
_fill_polygon(self.cr_svg, poly_points)
- def clearscreen(self, share=True):
+ def clearscreen(self):
'''Clear the canvas and reset most graphics attributes to defaults.'''
def _clearscreen(cr):