Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorC. Scott Ananian <cscott@cscott.net>2011-11-03 21:30:50 (GMT)
committer C. Scott Ananian <cscott@cscott.net>2011-11-10 02:12:07 (GMT)
commit24b7dd5576894be58391a9dbf5ddd799e96292bb (patch)
tree291551d272b8dc6ccaa69843dd3212afddaee2fd
parent1e888f94f6fea1297a6aee2af0efcfa5546ee208 (diff)
Documentation touchup from master.
-rw-r--r--TurtleArt/sprites.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/TurtleArt/sprites.py b/TurtleArt/sprites.py
index a67046f..004e08e 100644
--- a/TurtleArt/sprites.py
+++ b/TurtleArt/sprites.py
@@ -24,12 +24,12 @@
'''
sprites.py is a simple sprites library for managing graphics objects,
-'sprites', on a gtk.DrawingArea. It manages multiple sprites with
-methods such as move, hide, set_layer, etc.
+'sprites', on a canvas. It manages multiple sprites with methods such
+as move, hide, set_layer, etc.
There are two classes:
-class Sprites maintains a collection of sprites
+class Sprites maintains a collection of sprites.
class Sprite manages individual sprites within the collection.
Example usage: