Skip to content

Commit

Permalink
Merge pull request #42 from KarthikSKumar98/v1.4
Browse files Browse the repository at this point in the history
Updated comments in functions
  • Loading branch information
KarthikSKumar98 authored Apr 5, 2024
2 parents 4c39aa7 + 25e650e commit 7bb2b8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pycentral/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand All @@ -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()
Expand Down

0 comments on commit 7bb2b8e

Please sign in to comment.