Navigation


Changeset 1228:e5010975da35 in freeDiameter for doc/dbg_interactive.py.sample


Ignore:
Timestamp:
Jul 18, 2013, 9:45:37 PM (11 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Fix typo in comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/dbg_interactive.py.sample

    r1176 r1228  
    468468mydwr.send()
    469469
    470 # Optionaly, a callback can be registered when a request is sent, with an optional object.
     470# Optionally, a callback can be registered when a request is sent, with an optional object.
    471471# This callback takes the answer message as parameter and should return None or a message. (cf. fd_msg_send)
    472472def send_callback(msg, obj):
     
    480480mydwr.send(send_callback, some_object)
    481481
    482 # Again optionaly, a time limit can be specified in this case as follow:
     482# Again optionally, a time limit can be specified in this case as follow:
    483483mydwr.send(send_callback, some_object, 10)
    484484# In that case, if no answer / error is received after 10 seconds (the value specified),
Note: See TracChangeset for help on using the changeset viewer.