Skip to content

Commit 7ba7d6c

Browse files
Minor edit.
Signed-off-by: Umut <[email protected]>
1 parent 4aada60 commit 7ba7d6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TR/calc.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
else:
7979
error_msg()
8080
elif command=="help":
81-
print("Python calc Help")
81+
print("LinuxUsersLinuxMint-Calcutator Help")
8282
print("\n Command: calc , about , help , exit , git-address , web-site , ver , licence , Thank")
8383
elif command=="git-address":
8484
print("Github Link: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint-Calcutator")
@@ -91,4 +91,4 @@
9191
elif command=="Thank":
9292
print("Python-Calcutator'u Kullandığınız için Teşekkür ederim. ")
9393
else:
94-
error_msg()
94+
error_msg()

0 commit comments

Comments
 (0)