Skip to content

Commit

Permalink
fix(docs): correct warning text in clear_secrets()
Browse files Browse the repository at this point in the history
  • Loading branch information
linkfrg committed Feb 10, 2025
1 parent 29a8721 commit b26967d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignis/services/network/access_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def clear_secrets(self) -> None:
This will reset security settings (PSK and security protocol).
.. warning::
After setting this property, you have to manually call :func:`commit_changes_async` to save changes to the disk.
After calling this method, you have to manually call :func:`commit_changes_async` to save changes to the disk.
"""
for conn in self._connections:
conn.remove_setting(NM.SettingWirelessSecurity)
Expand Down

0 comments on commit b26967d

Please sign in to comment.