diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-13 22:14:15 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-14 16:47:23 +0700 |
commit | d7f752188ae75664293e043871aed79821ec350b (patch) | |
tree | 7884bfebf116314de760a4b519334d235620ff2e /python/planes | |
parent | 00f6c4023813f955330aa6cd9f54384c61a6fb3d (diff) | |
download | slackbuilds-d7f752188ae75664293e043871aed79821ec350b.tar.gz |
python/planes: Fix slack-desc.
Diffstat (limited to 'python/planes')
-rw-r--r-- | python/planes/slack-desc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/planes/slack-desc b/python/planes/slack-desc index 66537b3ce0..f9a81c7663 100644 --- a/python/planes/slack-desc +++ b/python/planes/slack-desc @@ -9,11 +9,11 @@ planes: planes (surface framework for Pygame) planes: planes: The planes module introduces the "Plane" class which extends PyGame's -planes: "Surface" functionality, offering a hierarchy of mouse-sensitive, -planes: draggable Surfaces that can be used as sprites, windows, icons or +planes: "Surface" functionality, offering a hierarchy of mouse-sensitive, +planes: draggable Surfaces that can be used as sprites, windows, icons or planes: other interactive elements. planes: planes: Compatible with Python 2.x and Python 3.x planes: planes: -planes:
\ No newline at end of file +planes: |