From f37e32e262c281ee687aa09b08ce0ff5358bd423 Mon Sep 17 00:00:00 2001 From: jand Date: Mon, 3 Feb 2003 20:32:36 +0000 Subject: [PATCH] doc --- example/rs232/rs232_tx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/rs232/rs232_tx.py b/example/rs232/rs232_tx.py index 33b68425..73f8c960 100644 --- a/example/rs232/rs232_tx.py +++ b/example/rs232/rs232_tx.py @@ -11,7 +11,7 @@ def rs232_tx(tx, data, cfg): tx -- serial output data data -- input data to be transmitted - cfg -- rs232_util.Config input configuration object + cfg -- rs232_util.Config configuration object """