Skip to content

Commit

Permalink
docs: tweak example code to match the description (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbolster authored Jan 5, 2024
1 parent 1672894 commit 6e90368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/strategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ The `tag_generator` parameter is a callable, so we can give it the `get` method
... AppleNotification,
... c,
... tag_name="notificationType",
... tag_generator={Refund: "REFUND"},
... tag_generator={Refund: "REFUND"}.get,
... default=OtherAppleNotification
... )

Expand Down

0 comments on commit 6e90368

Please sign in to comment.