README typo

This commit is contained in:
Mario Fink 2021-02-05 13:41:20 +01:00
parent 3e4ee699ad
commit 818963555d

View File

@ -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