diff options
Diffstat (limited to 'libbe/comment.py')
-rw-r--r-- | libbe/comment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/comment.py b/libbe/comment.py index 2cbbb2c..a669e4e 100644 --- a/libbe/comment.py +++ b/libbe/comment.py @@ -19,7 +19,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:`Comment` class for representing bug comments. +"""Define :py:class:`Comment` for representing bug comments. """ import base64 |