Skip to content

Commit 98c0f42

Browse files
initial repo load
1 parent 210d305 commit 98c0f42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ of the note value or name range, the value of ``None`` is returned.
7070

7171
.. code_block:: python
7272

73-
>>> from cedargrove_midi_tools import note_or_name >>> note_or_name('G5')
73+
>>> from cedargrove_midi_tools import note_or_name
74+
>>> note_or_name('G5')
7475
79
7576
>>> note_or_name(79)
7677
'G5'

0 commit comments

Comments
 (0)