Skip to content

Commit a11a79f

Browse files
docs: 🐛 fix docstring typo for return parameter type in get_audit_log from boolean to bool
1 parent 46d0335 commit a11a79f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyedgeconnect/orch/_action_log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def get_audit_log(
6060
the action in milliseconds since epoch
6161
* keyword **percentComplete** (`int`): Percentage completion
6262
of the action
63-
* keyword **completionStatus** (boolean): Show if action
63+
* keyword **completionStatus** (`bool`): Show if action
6464
succeeded or failed
6565
* keyword **result** (`str`): Opaque blob of data related to
6666
action. Typically, this is the result of the action.

0 commit comments

Comments
 (0)