Changeset 917adb0


Ignore:
Timestamp:
Sep 18, 2018, 11:49:27 PM (6 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
445e60f5
Parents:
dbdb48a
Message:

python/lib/aubio/cmd.py: fix typo in comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/aubio/cmd.py

    rdbdb48a r917adb0  
    138138
    139139def parser_add_subcommand_cut(subparsers):
    140     # quiet subcommand
     140    # cut subcommand
    141141    subparser = subparsers.add_parser('cut',
    142142            help='slice at timestamps')
Note: See TracChangeset for help on using the changeset viewer.