Changeset 0629356 for python


Ignore:
Timestamp:
Oct 26, 2018, 8:53:02 PM (5 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:
92948ab
Parents:
47b465c
Message:

[python] improve sink.close doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/ext/py-sink.c

    r47b465c r0629356  
    8181"Close this sink now.\n"
    8282"\n"
    83 "By default, the file gets closed when deleting the object. Explicitely\n"
    84 "closing a sink can be useful to control the number of file opened\n"
    85 "simultaneously.\n"
     83"By default, the sink will be closed before being deleted.\n"
     84"Explicitely closing a sink can be useful to control the number\n"
     85"of files simultaneously opened.\n"
    8686"";
    8787
Note: See TracChangeset for help on using the changeset viewer.