Fix functionality description

This commit is contained in:
Zachary Talis 2021-06-25 23:24:31 -04:00
parent 3efc162075
commit 3409128f27

View file

@ -5,9 +5,7 @@ from utils import csv as util_csv
divider = "----------" divider = "----------"
print( print(f"\nWe'll ask for the name and rules of the new category.\n\n{divider}\n")
f"\nWe'll ask for the name, description, and rules of the new category.\n\n{divider}\n"
)
tk_category_name = input("Name: ") tk_category_name = input("Name: ")
tk_category_rules = input("Rules: ") tk_category_rules = input("Rules: ")