summaryrefslogtreecommitdiff
path: root/Lib/turtle.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-10-14 18:46:15 +0000
committerGeorg Brandl <georg@python.org>2009-10-14 18:46:15 +0000
commit06157189c46c16737f8f9a44e2918b32f82e993d (patch)
tree9a7c407f6e6a03c202dc4f18fede3d69b82e5ebf /Lib/turtle.py
parentca1d3e5d31c7885c0460aa8cc129d2fe4cbbace2 (diff)
downloadcpython-06157189c46c16737f8f9a44e2918b32f82e993d.tar.gz
#7129: add missing function.
Diffstat (limited to 'Lib/turtle.py')
-rw-r--r--Lib/turtle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/turtle.py b/Lib/turtle.py
index f0e4712565..a58e65e03c 100644
--- a/Lib/turtle.py
+++ b/Lib/turtle.py
@@ -126,7 +126,7 @@ _tg_screen_functions = ['addshape', 'bgcolor', 'bgpic', 'bye',
_tg_turtle_functions = ['back', 'backward', 'begin_fill', 'begin_poly', 'bk',
'circle', 'clear', 'clearstamp', 'clearstamps', 'clone', 'color',
'degrees', 'distance', 'dot', 'down', 'end_fill', 'end_poly', 'fd',
- 'fillcolor', 'forward', 'get_poly', 'getpen', 'getscreen', 'get_shapepoly',
+ 'fillcolor', 'filling', 'forward', 'get_poly', 'getpen', 'getscreen', 'get_shapepoly',
'getturtle', 'goto', 'heading', 'hideturtle', 'home', 'ht', 'isdown',
'isvisible', 'left', 'lt', 'onclick', 'ondrag', 'onrelease', 'pd',
'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position',