From 6e9036885f582eeb2c98dce2e500f390cdd6f5be Mon Sep 17 00:00:00 2001 From: wouter bolsterlee Date: Fri, 5 Jan 2024 13:07:47 +0100 Subject: [PATCH] docs: tweak example code to match the description (#480) --- docs/strategies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/strategies.md b/docs/strategies.md index 1d888c64..ac22da10 100644 --- a/docs/strategies.md +++ b/docs/strategies.md @@ -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 ... )