summaryrefslogtreecommitdiffstats
path: root/ipalib/output.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/output.py')
-rw-r--r--ipalib/output.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipalib/output.py b/ipalib/output.py
index 1202ee199..1f42b4d6e 100644
--- a/ipalib/output.py
+++ b/ipalib/output.py
@@ -49,8 +49,8 @@ class Output(ReadOnly):
If you have values that you don't want to be printed then add
``'no_display'`` to flags.
- The difference between ``'no_dipslay`` and ``'no_output'`` is
- that ``'no_output`` will prevent a Param value from being returned
+ The difference between ``'no_display'`` and ``'no_output'`` is
+ that ``'no_output'`` will prevent a Param value from being returned
at all. ``'no_display'`` will cause the API to return a value, it
simply won't be displayed to the user. This is so some things may
be returned that while not interesting to us, but may be to others.