From: Christian Heller Date: Wed, 27 Mar 2024 03:18:14 +0000 (+0100) Subject: Fix module description. X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/static/gitweb.js?a=commitdiff_plain;ds=sidebyside;h=def6b8ce1a8a1438fbf89df9f128a47938f601b1;hp=8aa3103f8e131b8925ac9daafadf2db77886c910;p=plomtask Fix module description. --- 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):