Skip to content

Commit 2999a02

Browse files
committed
Fix non-ascii characters in docs
1 parent 66bdcc7 commit 2999a02

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

README.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ stage
2121
.. automodule:: stage
2222
:members:
2323

24-
st7735r
25-
=======
26-
.. automodule:: st7735r
27-
:members:
2824

2925
ugame
3026
=======

stage.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -353,11 +353,10 @@ def set_frame(self, frame=None, rotation=None):
353353
"""
354354
Set the current graphic and rotation of the sprite.
355355
356-
The possible values for rotation are: 0 - none, 1 - 90° clockwise,
357-
2 - 180°, 3 - 90° counter-clockwise, 4 - mirrored, 5 - 90° clockwise
358-
and mirrored, 6 - 180° and mirrored, 7 - 90° counter-clockwise and
359-
mirrored.
360-
"""
356+
The possible values for rotation are: 0 - none, 1 - 90 degrees
357+
clockwise, 2 - 180 degrees, 3 - 90 degrees counter-clockwise, 4 -
358+
mirrored, 5 - 90 degrees clockwise and mirrored, 6 - 180 degrees and
359+
mirrored, 7 - 90 degrees counter-clockwise and mirrored. """
361360

362361
if frame is not None:
363362
self.frame = frame

0 commit comments

Comments
 (0)