Skip to content

Commit cd5c88d

Browse files
committed
Update example docstrings.
Fixes #3.
1 parent 7814ccd commit cd5c88d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/midi_data_to_file.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
"""Save a programatically generated NoteSequence to a MIDI file.
15+
"""Save a programmatically generated NoteSequence to a MIDI file.
1616
1717
Example usage:
18-
python examples/midi_data_to_file.py --name c_major_scale --save_path /tmp/c_major_scale.mid
18+
python examples/midi_data_to_file.py --name CMajorScaleTwoHands --save_path /tmp/c_major_scale_two_hands.mid
1919
"""
2020

2121
from absl import app, flags

examples/play_midi_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"""Play a MIDI file using FluidSynth and PyAudio.
1616
1717
Example usage:
18-
python examples/play_midi_file.py --file robopianist/music/data/nocturne.mid
18+
python examples/play_midi_file.py --file robopianist/music/data/rousseau/nocturne-trimmed.mid
1919
"""
2020

2121
from absl import app, flags

0 commit comments

Comments
 (0)