fix docstring issues

This commit is contained in:
Romain Bignon 2014-08-30 20:45:10 +02:00
commit 7d8571195f
3 changed files with 12 additions and 11 deletions

View file

@ -170,6 +170,6 @@ class CapBill(CapCollection):
:param subscription: subscription to get balance
:type subscription: :class:`Subscription`
:rtype :class:`Detail`
:rtype: class:`Detail`
"""
raise NotImplementedError()

View file

@ -95,8 +95,8 @@ class CapJob(CapBase):
:param _id: id of the advert
:type _id: str
:param advert : the advert
:type advert : BaseJobAdvert
:rtype: :class:`BaseJobAdvert` or None is fot found.
:param advert: the advert
:type advert: BaseJobAdvert
:rtype: :class:`BaseJobAdvert` or None if not found.
"""
raise NotImplementedError()