From 6da238fe1d423b78527db0ab532dc168d9703860 Mon Sep 17 00:00:00 2001
From: Shreya Malviya <shreya.malviya@gmail.com>
Date: Wed, 27 Jul 2022 18:43:28 +0530
Subject: [PATCH] Common: Reword PropagationConfiguration docstring

---
 monkey/common/agent_configuration/agent_sub_configurations.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/monkey/common/agent_configuration/agent_sub_configurations.py b/monkey/common/agent_configuration/agent_sub_configurations.py
index 6fd9e5afd..6811d12d1 100644
--- a/monkey/common/agent_configuration/agent_sub_configurations.py
+++ b/monkey/common/agent_configuration/agent_sub_configurations.py
@@ -122,7 +122,9 @@ class PropagationConfiguration:
     A configuration for propagation
 
     Attributes:
-        :param maximum_depth: Maximum number of hops to take from the Island server
+        :param maximum_depth: Maximum number of hops allowed to spread from the machine where
+                              the attack started i.e. how far to propagate in the network from the
+                              first machine
         :param network_scan: Configuration for network scanning
         :param exploitation: Configuration for exploitation
     """