mzk

- music theory helper
git clone git://git.acid.vegas/mzk.git
Log | Files | Refs | Archive | README | LICENSE

commit 47e74cd31f9179f4f3207097338838eca89fe5c7
parent b2c76017143b423ccc37a6e5dca1cb57c45a7ddd
Author: acidvegas <acid.vegas@acid.vegas>
Date: Thu, 25 Jul 2019 02:12:59 -0400

fixed help function name

Diffstat:
Mmzk/functions.py | 2+-

1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mzk/functions.py b/mzk/functions.py
@@ -87,7 +87,7 @@ def print_circle_of_fifths():
 	print(circle)
 	print(print_circle_of_fifths.__doc__)
 
-def help():
+def print_help():
 	print('usage: python mzk.py [OPTIONS]')
 	print('\noptions:')
 	print('--chord=KEY_TYPE │ print a TYPE chord in the key of KEY')