diff --git a/README.md b/README.md
index f4b115b..31815c3 100644
--- a/README.md
+++ b/README.md
@@ -513,7 +513,7 @@ Decorator
 ```python
 @closure_name
 def function_that_gets_passed_to_closure():
-    pass
+    ...
 ```
 
 #### Debugger example: