Skip to content

Commit 07c99f7

Browse files
committed
initial commit
1 parent 2736e39 commit 07c99f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kivy/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def build(self):
5050
on_release=self.show_values
5151
)
5252

53-
# Add widgets in the box layout
53+
# Add widgets in the box layout
5454
box_layout.add_widget(label)
5555
box_layout.add_widget(self.username)
5656
box_layout.add_widget(self.password)

0 commit comments

Comments
 (0)