Skip to content

Commit 6f34ce7

Browse files
committed
More doc string formatting
1 parent f2f89ff commit 6f34ce7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

adafruit_turtle.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -343,11 +343,10 @@ def setheading(self, to_angle):
343343
directions in degrees:
344344
345345
standard mode | logo mode
346-
--------------+----------
347-
0 - east | 0 - north
348-
90 - north | 90 - east
349-
180 - west | 180 - south
350-
270 - south | 270 - west
346+
0 - east | 0 - north
347+
90 - north | 90 - east
348+
180 - west | 180 - south
349+
270 - south | 270 - west
351350
352351
:param to_angle: the new turtle heading
353352

0 commit comments

Comments
 (0)