Skip to content

Commit 5aef3e2

Browse files
Update Decorators-Lambda-Functions.md
1 parent aa408fe commit 5aef3e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python/Decorators-Lambda-Functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class MyClass:
3838

3939
**2. Custom Function Decorators:**
4040

41-
- Simple Function Decorators : Adds functionality to a function.
41+
- Simple Function Decorators :Adds functionality to a function.
4242
```python
4343
def my_decorator(func):
4444
def wrapper():

0 commit comments

Comments
 (0)