diff options
author | W. Trevor King <wking@drexel.edu> | 2009-11-20 15:10:59 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2009-11-20 15:10:59 -0500 |
commit | ec602165cca450dab09ff79f5baf90e8957535d4 (patch) | |
tree | fea5610f8beac7cc4080af2ad62825429e4e3429 /becommands/init.py | |
parent | 6d0f064203698638193e6641c1358676c6f37b60 (diff) | |
download | bugseverywhere-ec602165cca450dab09ff79f5baf90e8957535d4.tar.gz |
Fix typo in becommands.init's doctest
Diffstat (limited to 'becommands/init.py')
-rw-r--r-- | becommands/init.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/becommands/init.py b/becommands/init.py index 75db0ac..39fb006 100644 --- a/becommands/init.py +++ b/becommands/init.py @@ -40,6 +40,7 @@ def execute(args, manipulate_encodings=True): >>> _vcs = vcs.installed_vcs() >>> _vcs.init('.') >>> _vcs.name in vcs.VCS_ORDER + True >>> execute([], manipulate_encodings=False) # doctest: +ELLIPSIS Using ... for revision control. Directory initialized. |