From ab8cc16bd4563544aa7e0de0f8da3ce55de1b4e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 25 Dec 2018 20:35:09 +0100 Subject: [PATCH] Closure --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: