# HG changeset patch # User Sandro Knauß # Date 1332969397 -7200 # Node ID 530d6283c0e3bb8504684746756f22fcb0a20148 # Parent 507f6f4186d83c0331048ee9b97dad126fd40aac offer.smstrade: minor changes in docstrings diff -r 507f6f4186d8 -r 530d6283c0e3 iro/offer/smstrade.py --- a/iro/offer/smstrade.py Sun Mar 25 20:19:09 2012 +0200 +++ b/iro/offer/smstrade.py Wed Mar 28 23:16:37 2012 +0200 @@ -99,9 +99,9 @@ def send(self, route, recipient, sms): """send on SMS to recipients via route - :param string route: A valid route ``["basic", "economy", "gold", "direct"] + :param string route: A valid route ``["basic", "economy", "gold", "direct"]`` :param string recipient: Mobilenumber of recipient - :param `iro.model.message.sms` sms: the sms to send + :param `iro.model.message.SMS` sms: the sms to send :return: - All went ok -- :class:`iro.model.status.Status` object - otherwise -- an exception