summaryrefslogtreecommitdiffstats
path: root/ipalib/output.py
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2012-06-05 09:11:34 -0400
committerRob Crittenden <rcritten@redhat.com>2012-06-25 21:35:11 -0400
commitec5115a15513b40f7ef5d2bcf4f5e66c139f5d87 (patch)
treec4a3519c2bde07a5b9ab30ec70301f9571083ebf /ipalib/output.py
parentf4d2f2a65b799e200c2f98164e1a0ac4e9b07376 (diff)
downloadfreeipa-ec5115a15513b40f7ef5d2bcf4f5e66c139f5d87.tar.gz
freeipa-ec5115a15513b40f7ef5d2bcf4f5e66c139f5d87.tar.xz
freeipa-ec5115a15513b40f7ef5d2bcf4f5e66c139f5d87.zip
Typo fixes
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.