Correct param name in examples docs (#24)

This commit is contained in:
Liu Huayu 2017-03-05 11:33:56 +08:00 committed by Rossen Georgiev
parent b1939176c6
commit 9cee09b7a8
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ The method assumes a single line/packet per call. The parameters may end with ``
import aprslib
# a valid passcode for the callsign is required in order to send
AIS = aprslib.IS("N0CALL", passcode="123456", port=14580)
AIS = aprslib.IS("N0CALL", passwd="123456", port=14580)
AIS.connect()
# send a single status message
AIS.sendall("N0CALL>APRS,TCPIP*:>status text")