Skip to content

Commit

Permalink
fixing adapter documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeximenes committed Feb 26, 2016
1 parent ae52fb0 commit 979c499
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/adapter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ If the authentication is expired, ```refresh_authentication``` is called. This m

.. code-block:: python
def is_authentication_expired(self,error)
def is_authentication_expired(self, exception=None, *args, **kwargs):
....
def refresh_authentication(self):
def refresh_authentication(self, *args, **kwargs):
...

0 comments on commit 979c499

Please sign in to comment.