Skip to content

Commit 064ba12

Browse files
committed
Update README.md
1 parent 9de1c79 commit 064ba12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def run():
9898
print(f"\nWorking directory: {working_dir}")
9999
print("\nChoose an option:")
100100
print("1. Show win percentage")
101-
print("2. Show average checked boxes per prisoner")
101+
print("2. Show average number of checked boxes per prisoner")
102102
print("3. Show percentage of finds per prisoner")
103103
print("4. Exit/Return to main menu")
104104
choice = input("Enter your choice: ").strip()

0 commit comments

Comments
 (0)