From 6ed9a9849052ee6750e354fcdbc2999abc22e1c1 Mon Sep 17 00:00:00 2001 From: markus Date: Fri, 31 Oct 2025 18:50:30 +0100 Subject: [PATCH] use backquotes instead of regular quotes --- bumble/snoop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bumble/snoop.py b/bumble/snoop.py index e8900fdd..84c1a8f4 100644 --- a/bumble/snoop.py +++ b/bumble/snoop.py @@ -135,7 +135,7 @@ def create_snooper(spec: str) -> Generator[Snooper, None, None]: records will be written to that file if it can be opened/created. The keyword args that may be referenced by the string pattern are: now: the value of `datetime.now()` - utcnow: the value of 'datetime.now(tz=datetime.timezone.utc)' + utcnow: the value of `datetime.now(tz=datetime.timezone.utc)` pid: the current process ID. instance: the instance ID in the current process.