diff options
author | W. Trevor King <wking@tremily.us> | 2012-10-26 08:55:42 -0400 |
---|---|---|
committer | W. Trevor King <wking@tremily.us> | 2012-10-26 08:55:42 -0400 |
commit | 5c0102f49c607d026fe3e32438174b8bdb5872d5 (patch) | |
tree | 5edd7cc246a990f0415eec5ef0ea97caa1cb6d70 /libbe/bug.py | |
parent | 3dc53df836ef169d8c28f98495508bc4531c977f (diff) | |
download | bugseverywhere-5c0102f49c607d026fe3e32438174b8bdb5872d5.tar.gz |
doc: clean up top level module docstrings
Diffstat (limited to 'libbe/bug.py')
-rw-r--r-- | libbe/bug.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/bug.py b/libbe/bug.py index c16fedc..66510ba 100644 --- a/libbe/bug.py +++ b/libbe/bug.py @@ -21,7 +21,7 @@ # You should have received a copy of the GNU General Public License along with # Bugs Everywhere. If not, see <http://www.gnu.org/licenses/>. -"""Define the :py:class:`Bug` class for representing bugs. +"""Define :py:class:`Bug` for representing bugs. """ import copy |