From def6b8ce1a8a1438fbf89df9f128a47938f601b1 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Wed, 27 Mar 2024 04:18:14 +0100
Subject: [PATCH] Fix module description.

---
 plomtask/exceptions.py | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/plomtask/exceptions.py b/plomtask/exceptions.py
index 2e479d9..5a18cf1 100644
--- a/plomtask/exceptions.py
+++ b/plomtask/exceptions.py
@@ -1,7 +1,4 @@
-"""
-Whatever fits nowhere else, and/or is too small/trivial
-to merit its own module at this point.
-"""
+"""Exceptions triggering different HTTP codes."""
 
 
 class HandledException(Exception):
-- 
2.30.2