iro/offer/smstrade.py
branchdevel
changeset 275 88d45c846f2b
parent 269 0d134b173cb1
child 291 84eb5a7a715a
--- a/iro/offer/smstrade.py	Wed Apr 25 00:04:47 2012 +0200
+++ b/iro/offer/smstrade.py	Wed Apr 25 00:05:53 2012 +0200
@@ -94,10 +94,10 @@
         Provider.__init__(self, name, {"sms":["basic","economy","gold","direct"]},options)
 
     def send(self, route, recipient, sms):
-        """send on SMS to recipients via route
+        """send one SMS to recipient via route
         
         :param string route: A valid route ``["basic", "economy", "gold", "direct"]``
-        :param string recipient: Mobilenumber of recipient
+        :param `iro.telnumber.Telnumber` recipient: Mobilenumber of recipient
         :param `iro.model.message.SMS` sms: the sms to send
         :return:
             - All went ok -- :class:`iro.model.status.Status` object