aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/comment.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2009-12-29 19:19:15 -0500
committerW. Trevor King <wking@drexel.edu>2009-12-29 19:19:15 -0500
commit9a62c4beea7c89905dc487bdbe2e46fed4b83f21 (patch)
tree821e262bb54aee4f3904a9e80b58f5ba63d86adf /libbe/comment.py
parent4372a17b4215df25b3da0b68daf4d6b490a8955c (diff)
downloadbugseverywhere-9a62c4beea7c89905dc487bdbe2e46fed4b83f21.tar.gz
Restored post-colon spaces in doctests
Diffstat (limited to 'libbe/comment.py')
-rw-r--r--libbe/comment.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/libbe/comment.py b/libbe/comment.py
index e386796..ad22683 100644
--- a/libbe/comment.py
+++ b/libbe/comment.py
@@ -448,7 +448,7 @@ class Comment(Tree, settings_object.SavedSettingsObject):
>>> print comm.string(indent=2)
--------- Comment ---------
Name: //abc
- From:
+ From:
Date: Thu, 01 Jan 1970 00:00:00 +0000
<BLANKLINE>
Some
@@ -507,50 +507,50 @@ class Comment(Tree, settings_object.SavedSettingsObject):
>>> print a.string_thread(flatten=True)
--------- Comment ---------
Name: //a
- From:
+ From:
Date: Thu, 20 Nov 2008 01:00:00 +0000
<BLANKLINE>
Insightful remarks
--------- Comment ---------
Name: //b
- From:
+ From:
Date: Thu, 20 Nov 2008 02:00:00 +0000
<BLANKLINE>
Critique original comment
--------- Comment ---------
Name: //c
- From:
+ From:
Date: Thu, 20 Nov 2008 03:00:00 +0000
<BLANKLINE>
Begin flamewar :p
--------- Comment ---------
Name: //d
- From:
+ From:
Date: Thu, 20 Nov 2008 04:00:00 +0000
<BLANKLINE>
Useful examples
>>> print a.string_thread()
--------- Comment ---------
Name: //a
- From:
+ From:
Date: Thu, 20 Nov 2008 01:00:00 +0000
<BLANKLINE>
Insightful remarks
--------- Comment ---------
Name: //b
- From:
+ From:
Date: Thu, 20 Nov 2008 02:00:00 +0000
<BLANKLINE>
Critique original comment
--------- Comment ---------
Name: //c
- From:
+ From:
Date: Thu, 20 Nov 2008 03:00:00 +0000
<BLANKLINE>
Begin flamewar :p
--------- Comment ---------
Name: //d
- From:
+ From:
Date: Thu, 20 Nov 2008 04:00:00 +0000
<BLANKLINE>
Useful examples