From 862b66846d308851c3b7870df656c634f1363acc Mon Sep 17 00:00:00 2001 From: Priyanshu Tripathi Date: Sat, 25 Nov 2023 17:16:43 +0530 Subject: [PATCH] fix: typo in module description (#94) --- src/nexus/CCSerial/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nexus/CCSerial/__init__.py b/src/nexus/CCSerial/__init__.py index 42d927c..a3f1dec 100644 --- a/src/nexus/CCSerial/__init__.py +++ b/src/nexus/CCSerial/__init__.py @@ -1,4 +1,4 @@ -"""nexus module Freqlog: frequency logging for words and chords.""" +"""nexus module CCSerial: interfacing with cc devices using the serial api.""" __all__ = ["CCSerial"]