summaryrefslogtreecommitdiffstats
path: root/ipalib/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/cli.py')
-rw-r--r--ipalib/cli.py6
1 files changed, 3 insertions, 3 deletions
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'):