Skip to content

Commit

Permalink
Merge pull request #11 from helgrind/master
Browse files Browse the repository at this point in the history
Typo corrected in README.rst "through subclassing".
  • Loading branch information
sect2k committed Apr 24, 2015
2 parents eac8860 + d06569c commit cbc7243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -14,7 +14,7 @@ Features
* `Automatic JSON decoding <#automatic-json-decoding>`_, `JSONObject <#jsonobject>`_
* `ApiResponse <#apiresponse>`_, `StreamResponse objects <#streamresponse>`_
* `Informative exceptions <#informative-exceptions>`_
* `Easily customizable trough subclassing <#customize-and-extend-trough-subclassing>`_
* `Easily customizable through subclassing <#customize-and-extend-through-subclassing>`_
* `Built on top of the excellent requests and requests-ouathlib libraries <#credits>`_

Usage
Expand Down Expand Up @@ -363,7 +363,7 @@ There are 4 types of exceptions in ``birdy`` all subclasses of base ``BirdyExcep
exception.error_code # error code returned by Twitter
exception.headers # dictionary containing response HTTP headers
Customize and extend trough subclassing
Customize and extend through subclassing
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

``birdy`` was built with subclassing in mind, if you wish to change the way it works, all you have to do is subclass one of the clients and override some methods and you are good to go.
Expand Down

0 comments on commit cbc7243

Please sign in to comment.