```diff
--- a/example.py
+++ b/example.py
@@ -1,3 +1,3 @@
 def hello():
-    print("hello")
+    print("hello world")
```
