Skip to content

Commit

Permalink
doc: docstring update
Browse files Browse the repository at this point in the history
  • Loading branch information
mamullen13316 committed Aug 8, 2024
1 parent 3e2e44d commit 47858af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sophosfirewall_python/firewallapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ def update_acl_rule(
dest_list (list, optional): List of destinations. Defaults to [].
service_list (list, optional): List of services. Defaults to [].
action (str, optional): Accept or Drop.
update_action (str, optional): Indicate 'add' or 'remove' from list. Default is 'add'.
update_action (str, optional): Indicate whether to 'add' or 'remove' from source, dest, or service lists, or to 'replace' the lists. Default is 'add'.
debug (bool, optional): Enable debug mode. Defaults to False.
"""
params = {
Expand Down

0 comments on commit 47858af

Please sign in to comment.