--- 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