Skip to content

Commit 1926fc5

Browse files
authored
Merge pull request #3987 from AmrutaJayanti/Dec
Update Decorators-Lambda-Functions.md
2 parents e2e577b + 5aef3e2 commit 1926fc5

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)