From 7c7345243873715f7929d6d68fd6aa626b404e0b Mon Sep 17 00:00:00 2001
From: Aayan Pathan <82214321+aayanpathan@users.noreply.github.com>
Date: Mon, 31 Oct 2022 13:29:33 +0530
Subject: [PATCH] Add python decorators resource (#2777)
---
.../content/102-python-advanced-topics/102-decorators.md | 1 +
1 file changed, 1 insertion(+)
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