From 25e650e516a08f30870ea47c1697520f4250c1b5 Mon Sep 17 00:00:00 2001 From: Karthik Satheesh Kumar Date: Fri, 5 Apr 2024 07:01:35 -0700 Subject: [PATCH] Updated comments in functions --- pycentral/configuration.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pycentral/configuration.py b/pycentral/configuration.py index fe71f48..de3e1fe 100644 --- a/pycentral/configuration.py +++ b/pycentral/configuration.py @@ -1366,7 +1366,7 @@ def enable_wlan(self, conn, group_name, wlan_name): :type conn: class:`pycentral.ArubaCentralBase` :param group_name: Name of Aruba Central UI group which has the WLAN :type group_name: str - :param wlan_name: Name of WLAN whose configuration has to be returned + :param wlan_name: Name of WLAN which has to be enabled :type wlan_name: str """ a = ApConfiguration() @@ -1382,7 +1382,7 @@ def disable_wlan(self, conn, group_name, wlan_name): :type conn: class:`pycentral.ArubaCentralBase` :param group_name: Name of Aruba Central UI group which has the WLAN :type group_name: str - :param wlan_name: Name of WLAN whose configuration has to be returned + :param wlan_name: Name of WLAN which has to be disabled :type wlan_name: str """ a = ApConfiguration()