diff options
author | W. Trevor King <wking@drexel.edu> | 2009-12-29 19:19:15 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2009-12-29 19:19:15 -0500 |
commit | 9a62c4beea7c89905dc487bdbe2e46fed4b83f21 (patch) | |
tree | 821e262bb54aee4f3904a9e80b58f5ba63d86adf /libbe | |
parent | 4372a17b4215df25b3da0b68daf4d6b490a8955c (diff) | |
download | bugseverywhere-9a62c4beea7c89905dc487bdbe2e46fed4b83f21.tar.gz |
Restored post-colon spaces in doctests
Diffstat (limited to 'libbe')
-rw-r--r-- | libbe/command/merge.py | 8 | ||||
-rw-r--r-- | libbe/command/show.py | 4 | ||||
-rw-r--r-- | libbe/comment.py | 18 |
3 files changed, 15 insertions, 15 deletions
diff --git a/libbe/command/merge.py b/libbe/command/merge.py index 447b4ae..328351e 100644 --- a/libbe/command/merge.py +++ b/libbe/command/merge.py @@ -63,8 +63,8 @@ class Merge (libbe.command.Command): Short name : abc/a Severity : minor Status : open - Assigned : - Reporter : + Assigned : + Reporter : Creator : John Doe <jdoe@example.com> Created : ... Bug A @@ -109,8 +109,8 @@ class Merge (libbe.command.Command): Short name : abc/b Severity : minor Status : closed - Assigned : - Reporter : + Assigned : + Reporter : Creator : Jane Doe <jdoe@example.com> Created : ... Bug B diff --git a/libbe/command/show.py b/libbe/command/show.py index 1b498aa..1a569a6 100644 --- a/libbe/command/show.py +++ b/libbe/command/show.py @@ -45,8 +45,8 @@ class Show (libbe.command.Command): Short name : abc/a Severity : minor Status : open - Assigned : - Reporter : + Assigned : + Reporter : Creator : John Doe <jdoe@example.com> Created : ... Bug A 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 |