From 2a91b878e73e5b29ee1c15b130e9204de4f9d434 Mon Sep 17 00:00:00 2001 From: Simon Daron <simon@surlaterre.org> Date: Wed, 26 Mar 2025 11:53:02 +0100 Subject: [PATCH] Wrong name in comment --- src/pyfed/utils/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyfed/utils/exceptions.py b/src/pyfed/utils/exceptions.py index 4b29ce1..eb95d33 100644 --- a/src/pyfed/utils/exceptions.py +++ b/src/pyfed/utils/exceptions.py @@ -145,5 +145,5 @@ class MiddlewareError(ActivityPubException): pass class ConfigError(ActivityPubException): - """Raised when signature-related errors occur.""" + """Raised when config-related errors occur.""" pass -- GitLab