diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-13 22:14:24 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-14 16:47:23 +0700 |
commit | 72ad1f031715e500ba8e69c8690cd822ee9e6902 (patch) | |
tree | 81fa839e832acc29850bfcac038d6baee2af3ff4 /python | |
parent | c899cd38fc37748248fd1f463e7d0513053015ca (diff) | |
download | slackbuilds-72ad1f031715e500ba8e69c8690cd822ee9e6902.tar.gz |
python/py3cairo: Fix slack-desc.
Diffstat (limited to 'python')
-rw-r--r-- | python/py3cairo/slack-desc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/py3cairo/slack-desc b/python/py3cairo/slack-desc index a05c180740..5d9388745f 100644 --- a/python/py3cairo/slack-desc +++ b/python/py3cairo/slack-desc @@ -8,7 +8,7 @@ |-----handy-ruler------------------------------------------------------| py3cairo: py3cairo (Python 3.x bindings for cairo) py3cairo: -py3cairo: Pycairo is a Python binding for the cairo graphics library. +py3cairo: Pycairo is a Python binding for the cairo graphics library. py3cairo: The Pycairo bindings are designed to match the cairo C API as closely py3cairo: as possible, and to deviate only in cases which are clearly better py3cairo: implemented in a more 'Pythonic' way. |