From 818963555d78ceaba4c4045efbdc42d1c2f7997e Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Fri, 5 Feb 2021 13:41:20 +0100 Subject: [PATCH] README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90436d3..396b5f1 100644 --- a/README.md +++ b/README.md @@ -237,7 +237,7 @@ grpids = jack.get_channelgroup_ids() chnids = jack.get_channel_ids() ``` -As a use case, we have look at listing the ids of all channelgroups and printing +As a use case, we have a look at listing the ids of all channelgroups and printing their data to separate files: ```Python