From 5aef3e2f71b039bc091aea01e67731ecbe8931c1 Mon Sep 17 00:00:00 2001 From: AmrutaJayanti <142327526+AmrutaJayanti@users.noreply.github.com> Date: Sun, 28 Jul 2024 07:51:43 +0530 Subject: [PATCH] Update Decorators-Lambda-Functions.md --- docs/python/Decorators-Lambda-Functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/python/Decorators-Lambda-Functions.md b/docs/python/Decorators-Lambda-Functions.md index 9e2197775..752703ea5 100644 --- a/docs/python/Decorators-Lambda-Functions.md +++ b/docs/python/Decorators-Lambda-Functions.md @@ -38,7 +38,7 @@ class MyClass: **2. Custom Function Decorators:** -- Simple Function Decorators : Adds functionality to a function. +- Simple Function Decorators :Adds functionality to a function. ```python def my_decorator(func): def wrapper():