Skip to content

Commit 6e90368

Browse files
authored
docs: tweak example code to match the description (#480)
1 parent 1672894 commit 6e90368

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/strategies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The `tag_generator` parameter is a callable, so we can give it the `get` method
9999
... AppleNotification,
100100
... c,
101101
... tag_name="notificationType",
102-
... tag_generator={Refund: "REFUND"},
102+
... tag_generator={Refund: "REFUND"}.get,
103103
... default=OtherAppleNotification
104104
... )
105105

0 commit comments

Comments
 (0)