Skip to content

Commit a4f88a8

Browse files
committed
little fix
1 parent 0c321c6 commit a4f88a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ if been_here_before:
296296
elif input("Password: ") != password:
297297
print("Wrong password!")
298298
else:
299-
print("Correct password, welcome!")
299+
print("Correct username and password, welcome!")
300300

301301
else:
302302
# Write username and password to a file.

0 commit comments

Comments
 (0)