From cc914b22dfc0bf21278bcb0b1f289a668d891870 Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Tue, 24 Mar 2015 02:47:36 -0700 Subject: [PATCH] add a little note to the top of debugutils --- boltons/debugutils.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boltons/debugutils.py b/boltons/debugutils.py index ee912ab..3f8b8f9 100644 --- a/boltons/debugutils.py +++ b/boltons/debugutils.py @@ -1,4 +1,7 @@ # -*- coding: utf-8 -*- +"""\ +A small set of utilities useful for debugging misbehaving applications. +""" def pdb_on_signal(signalnum=None):