diff --git a/diy1.py b/diy1.py
index 7017227..4a99f46 100644
--- a/diy1.py
+++ b/diy1.py
@@ -15,5 +15,5 @@ pen1.circle(50,180)
 
 pen1.forward(100)
 turtle.end_fill()
-turtle.hideturtle()
+pen1.hideturtle()
 turtle.done()
\ No newline at end of file