From 87480b7bdea7cfe99d0c3d964fd65b82dbaf6a6c Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Tue, 12 May 2009 18:47:19 -0600 Subject: Re-enable doctest, fix broken docstrings --- ipalib/cli.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ipalib/cli.py') diff --git a/ipalib/cli.py b/ipalib/cli.py index 362da18ef..a6f4fe86a 100644 --- a/ipalib/cli.py +++ b/ipalib/cli.py @@ -264,9 +264,9 @@ class textui(backend.Backend): >>> entry = dict(sn='Last', givenname='First', uid='flast') >>> ui = textui() >>> ui.print_entry(entry) - givenname: 'First' - sn: 'Last' - uid: 'flast' + givenname: First + sn: Last + uid: flast """ assert type(entry) is dict if entry.get('dn'): -- cgit