Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
success_handler() record parameter docstring fix
The `success_handler()` method incorrectly documents the `record` parameter as a failed record.
  • Loading branch information
peterschutt authored May 12, 2022
commit 0d4856f3f2b35045722d015fcfa567fd7993265d
2 changes: 1 addition & 1 deletion aws_lambda_powertools/utilities/batch/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def success_handler(self, record, result: Any) -> SuccessResponse:
Parameters
----------
record: Any
record that failed processing
record that succeeded processing
result: Any
result from record handler

Expand Down