From d0d58cf443de6cb5fed450d675c467689af91cfe Mon Sep 17 00:00:00 2001 From: Stefan Scherfke Date: Sun, 16 Jun 2024 23:56:55 +0200 Subject: [PATCH] Fix inaccuarcy in docs --- src/structlog/tracebacks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structlog/tracebacks.py b/src/structlog/tracebacks.py index 4214b6f0..530a41be 100644 --- a/src/structlog/tracebacks.py +++ b/src/structlog/tracebacks.py @@ -6,7 +6,7 @@ """ Extract a structured traceback from an exception. -`Contributed by Will McGugan +Based on `work by Will McGugan `_ from `rich.traceback `_.