Skip to content

Commit

Permalink
Fix :rtype: for ensure_token
Browse files Browse the repository at this point in the history
  • Loading branch information
pyhedgehog committed Dec 23, 2016
1 parent 68c76e9 commit 930246e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gogs_client/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def ensure_token(self, auth, name, username=None):
:param str username: username of owner of new token
:return: token authenticator
:rtype: Token
:rtype: TokenInfo
:raises NetworkFailure: if there is an error communicating with the server
:raises ApiFailure: if the request cannot be serviced
"""
Expand Down

0 comments on commit 930246e

Please sign in to comment.