diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-10-24 21:38:40 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-29 06:58:15 +0700 |
commit | 7fd16b2b6f07ebeef539b8c03bff02c733190ecd (patch) | |
tree | 0928f6bfd3e8faca345a26e966a8d5f3923c7b14 /python/python-twitter/README | |
parent | 56c1cf6848a75865409dfd983c4281098f13d959 (diff) |
python/python-twitter: Updated for version 3.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/python-twitter/README')
-rw-r--r-- | python/python-twitter/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-twitter/README b/python/python-twitter/README index e27efcffb2375..547d66b606e1f 100644 --- a/python/python-twitter/README +++ b/python/python-twitter/README @@ -1,6 +1,6 @@ This library provides a pure python interface for the Twitter API. Twitter (http://twitter.com) provides a service that allows people -to connect via the web, IM, and SMS. Twitter exposes a web services -API (http://twitter.com/help/api) and this library is intended to +to connect via the web, IM, and SMS. Twitter exposes a web services +API (http://twitter.com/help/api) and this library is intended to make it even easier for python programmers to use. |