Skip to content

Commit d09060a

Browse files
kolibril13behackl
andauthored
Update docs/source/examples/shapes.rst
Co-authored-by: Benjamin Hackl <[email protected]>
1 parent 4e0708d commit d09060a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/source/examples/shapes.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ Shapes
1111
c = Circle()
1212
s = Square()
1313
t = Triangle()
14-
d.next_to(c,RIGHT)
15-
s.next_to(c,LEFT)
14+
d.next_to(c, RIGHT)
15+
s.next_to(c, LEFT)
1616
t.next_to(c, DOWN)
17-
self.add(d,c,s,t)
17+
self.add(d, c, s, t)
1818
self.wait(1)
19-

0 commit comments

Comments
 (0)