Skip to content

Commit 7e37243

Browse files
committed
fix typo in widgets
1 parent 244346c commit 7e37243

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Map cache
2+
cache/
3+
14
# Byte-compiled / optimized / DLL files
25
__pycache__/
36
*.py[cod]

widgets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class AppsScreen(Screen):
99
pass
1010

11-
class ImaeButton(ButtonBehavior, RelativeLayout):
11+
class ImageButton(ButtonBehavior, RelativeLayout):
1212
def __init__(self, app=None, **kwargs):
1313
super(ImageButton, self).__init__(**kwargs)
1414

0 commit comments

Comments
 (0)