Skip to content

Commit

Permalink
Fix non-ascii characters in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
deshipu committed Apr 30, 2019
1 parent 66bdcc7 commit 2999a02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 0 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ stage
.. automodule:: stage
:members:

st7735r
=======
.. automodule:: st7735r
:members:

ugame
=======
Expand Down
9 changes: 4 additions & 5 deletions stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,11 +353,10 @@ def set_frame(self, frame=None, rotation=None):
"""
Set the current graphic and rotation of the sprite.
The possible values for rotation are: 0 - none, 1 - 90° clockwise,
2 - 180°, 3 - 90° counter-clockwise, 4 - mirrored, 5 - 90° clockwise
and mirrored, 6 - 180° and mirrored, 7 - 90° counter-clockwise and
mirrored.
"""
The possible values for rotation are: 0 - none, 1 - 90 degrees
clockwise, 2 - 180 degrees, 3 - 90 degrees counter-clockwise, 4 -
mirrored, 5 - 90 degrees clockwise and mirrored, 6 - 180 degrees and
mirrored, 7 - 90 degrees counter-clockwise and mirrored. """

if frame is not None:
self.frame = frame
Expand Down

0 comments on commit 2999a02

Please sign in to comment.