From ec5115a15513b40f7ef5d2bcf4f5e66c139f5d87 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Tue, 5 Jun 2012 09:11:34 -0400 Subject: Typo fixes --- ipalib/output.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ipalib/output.py') diff --git a/ipalib/output.py b/ipalib/output.py index 1202ee19..1f42b4d6 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. -- cgit