Skip to content

Commit 6e51858

Browse files
committed
testing fork/commit/push in attempt to reproduce issue maltfield#7
* maltfield#7
1 parent 078f202 commit 6e51858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class MyApp(App):
1414

1515
def build(self):
16-
return Label(text='Hello world!')
16+
return Label(text='Testing buggy tag issue number 7')
1717

1818

1919
if __name__ == '__main__':

0 commit comments

Comments
 (0)