diff --git a/content/roadmaps/108-python/content/102-python-advanced-topics/102-decorators.md b/content/roadmaps/108-python/content/102-python-advanced-topics/102-decorators.md
index 8c6891f66..ace7c8348 100644
--- a/content/roadmaps/108-python/content/102-python-advanced-topics/102-decorators.md
+++ b/content/roadmaps/108-python/content/102-python-advanced-topics/102-decorators.md
@@ -5,3 +5,4 @@ decorator is a design pattern in Python that allows a user to add new functional
Free Content
Python Decorators
Decorators in Python
+Decorators in Python