From 9cee09b7a891b84d0c5b57991897015b1a8f2124 Mon Sep 17 00:00:00 2001 From: Liu Huayu Date: Sun, 5 Mar 2017 11:33:56 +0800 Subject: [PATCH] Correct param name in examples docs (#24) --- docs/examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples.rst b/docs/examples.rst index df51cf5..83902e5 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -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")