From 5c0102f49c607d026fe3e32438174b8bdb5872d5 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 26 Oct 2012 08:55:42 -0400 Subject: doc: clean up top level module docstrings --- libbe/bugdir.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbe/bugdir.py') diff --git a/libbe/bugdir.py b/libbe/bugdir.py index 5c7211d..40097f7 100644 --- a/libbe/bugdir.py +++ b/libbe/bugdir.py @@ -20,7 +20,7 @@ # You should have received a copy of the GNU General Public License along with # Bugs Everywhere. If not, see . -"""Define the :py:class:`BugDir` class for storing a collection of bugs. +"""Define :py:class:`BugDir` for storing a collection of bugs. """ import copy -- cgit