Skip to content

Commit

Permalink
fix: update spacing in deep_walk docstring (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Gibler authored Jun 28, 2023
1 parent 729f575 commit d6fb47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global_helpers/panther_base_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def deep_walk(
Parameters:
obj (any): the original log event passed to rule(event)
and nested objects retrieved recursively
and nested objects retrieved recursively
keys (str): comma-separated list of keys used to traverse the event object
default (str): the default value to return if the desired key's value is not present
return_val (str): string specifying which value to return
Expand Down

0 comments on commit d6fb47d

Please sign in to comment.