Fix functionality description
This commit is contained in:
parent
3efc162075
commit
3409128f27
1 changed files with 1 additions and 3 deletions
|
@ -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: ")
|
||||||
|
|
Loading…
Reference in a new issue