Skip to content

Commit

Permalink
Fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
satanas committed Mar 12, 2014
1 parent 3cecca0 commit 78d89d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ libturpial: A microblogging client writen in Python, light and functional
=========================================================================

*libturpial* is a library that handles multiple microblogging protocols. It implements a lot of features
and aims to support all the features for each protocol. At the moment it supports Twitter_ and `Identi.ca`_
and aims to support all the features for each protocol. At the moment it supports only Twitter_
and is the backend used for Turpial_.

libturpial is currently under heavy development, so probably you will find bugs or undesired behavior. In
this cases please report issues at:

https://github.com/satanas/libturpial/issues

We will be very graceful for your contributions.
We will be grateful for your contributions.

Features
--------
Expand Down
2 changes: 1 addition & 1 deletion libturpial/lib/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ class TurpialHTTPBasicAuth(TurpialHTTPBase):
"""
Implementation of TurpialHTTPBase for the HTTP Basic Authentication.
*base_url* is the part of the URL common for all your requests
(http://identi.ca/api for example). *username* and *password* are the
(https://api.twitter.com/1.1 for example). *username* and *password* are the
username credentials. *proxies* and *timeout* work in the same way
that in :class:`libturpial.api.interfaces.http.TurpialHTTPBase`.
Expand Down

0 comments on commit 78d89d8

Please sign in to comment.