Skip to content

Commit ddb8bb3

Browse files
Update stage4.0_first_application/pycasa/app/app.py
Co-authored-by: siddhantwahal <[email protected]>
1 parent 688e0ac commit ddb8bb3

File tree

1 file changed

+1
-1
lines changed
  • stage4.0_first_application/pycasa/app

1 file changed

+1
-1
lines changed

stage4.0_first_application/pycasa/app/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def _task_factories_default(self):
2222
return [
2323
TaskFactory(
2424
id='pycasa.hello_world_task',
25-
name="Hellow World Editor",
25+
name="Hello World Editor",
2626
factory=HelloWorldTask
2727
)
2828
]

0 commit comments

Comments
 (0)