Skip to content

Commit 183ddae

Browse files
Merge pull request #2022 from varundhand/feature/typo-fix
FIx: typo in login.py
2 parents 1b3a9b8 + f9e058a commit 183ddae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

login.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def logo():
2020
print("\033[1;36;49m")
2121

2222

23-
# This is Login Funtion
23+
# This is Login Function
2424
def login():
2525
# for clear the screen
2626
os.system("clear")

0 commit comments

Comments
 (0)