Skip to content

Commit a3e1a4b

Browse files
committed
fix typo
1 parent 31eae68 commit a3e1a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubiquiti/unifi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def list_aps(self, filters: Dict[str, Union[str, Pattern]]=None, order_by: str=N
323323

324324
def wlan_config(self, filters: Dict[str, Union[str, Pattern]]=None, order_by: str=None) -> list:
325325
"""
326-
List wireless configuration
326+
List wireless configuration.
327327
328328
:param filters: dict of k/v pairs; string is compiled to regex
329329
:param order_by: order by a key; defaults to '_id'

0 commit comments

Comments
 (0)