From dee0f5d168633d2290ba5779d09118cc036f6e06 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 29 Mar 2019 19:36:27 -0400 Subject: [PATCH] 2019-03-28 Fred Gleason * Fixed a typo in the remarks in 'apis/pypad/scripts/pypad_serial.py'. --- ChangeLog | 2 ++ apis/pypad/scripts/pypad_serial.py | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 29100d6c..fc0345e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18558,3 +18558,5 @@ 2019-03-28 Fred Gleason * Added a 'Program Associated Data' chapter to the Operations Guide. +2019-03-28 Fred Gleason + * Fixed a typo in the remarks in 'apis/pypad/scripts/pypad_serial.py'. diff --git a/apis/pypad/scripts/pypad_serial.py b/apis/pypad/scripts/pypad_serial.py index 6f3eeb52..20efc63d 100755 --- a/apis/pypad/scripts/pypad_serial.py +++ b/apis/pypad/scripts/pypad_serial.py @@ -2,9 +2,9 @@ # pypad_serial.py # -# Write PAD updates to arbitrary URLs +# Write PAD updates to serial (tty) devices. # -# (C) Copyright 2018 Fred Gleason +# (C) Copyright 2018-2019 Fred Gleason # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as