Skip to content

Commit 5cd120f

Browse files
authored
Update distance_conversion.py
1 parent fe8ddf7 commit 5cd120f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Distance Conversion GUI/distance_conversion.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#window size (width x height)
88
root.geometry("600x350")
99
#title of window
10-
root.title("Distance Unit Convertor")
10+
root.title("Distance Unit Converter")
1111
#disabling resizing of window
1212
root.resizable(0, 0)
1313
#background colour of window
@@ -45,7 +45,7 @@ def convert():
4545
op_opt.set("Select Unit")
4646

4747
#Adding Widgets
48-
greeting = Label(text="Welcome to Distance Unit Convertor !!", bg="lavender", width=40, height=2, bd=2, relief="ridge", font = ("Lucida Console", 10, "italic"))
48+
greeting = Label(text="Welcome to Distance Unit Converter !!", bg="lavender", width=40, height=2, bd=2, relief="ridge", font = ("Lucida Console", 10, "italic"))
4949
greeting.grid(row = 0, column = 1, pady=20, padx=12)
5050

5151
#---input row---

0 commit comments

Comments
 (0)