From c1f696af75f381d5abc5eca92820ca6228840daf Mon Sep 17 00:00:00 2001 From: Ivo Jansch Date: Sun, 1 Dec 2024 15:07:10 +0100 Subject: [PATCH] Minor typo --- python/examples/rdm_compare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/examples/rdm_compare.py b/python/examples/rdm_compare.py index 633459e001..fd7c0f995d 100755 --- a/python/examples/rdm_compare.py +++ b/python/examples/rdm_compare.py @@ -26,7 +26,7 @@ from ola.UID import UID -'''Compare the RDM configurations saves with rdm_snapshot.py''' +'''Compare the RDM configurations saved with rdm_snapshot.py''' __author__ = 'nomis52@gmail.com (Simon Newton)'