aboutsummaryrefslogtreecommitdiff
path: root/python/pygame/README
diff options
context:
space:
mode:
authorDave Woodfall <dave@slackbuilds.org>2021-05-21 21:32:20 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-06-02 01:02:27 +0700
commit31cebe6ee687395dca31d4e48fb32479c4c01314 (patch)
tree7a689cd42b5cc126201f19798cc79e2153dc5c68 /python/pygame/README
parentc99731af6e8551218c0d4f3b23206974e4f42a9f (diff)
python/pygame: Convert python to python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pygame/README')
-rw-r--r--python/pygame/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/python/pygame/README b/python/pygame/README
index a5a5eb6337..653401ddde 100644
--- a/python/pygame/README
+++ b/python/pygame/README
@@ -1,4 +1,5 @@
-Pygame is a set of Python modules designed for writing games. It is written
-on top of the excellent SDL library. This allows you to create fully
-featured games and multimedia programs in the python language. Pygame is
-highly portable and runs on nearly every platform and operating system.
+Pygame is a set of Python modules designed for writing games. It is
+written on top of the excellent SDL library. This allows you to create
+fully featured games and multimedia programs in the python language.
+Pygame is highly portable and runs on nearly every platform and
+operating system.