summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/errors.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipalib/errors.py b/ipalib/errors.py
index 04211e6ed..092d55852 100644
--- a/ipalib/errors.py
+++ b/ipalib/errors.py
@@ -1198,10 +1198,10 @@ class AttrValueNotFound(ExecutionError):
For example:
- >>> raise NotFound(attr='ipasudoopt', value='authenticate')
+ >>> raise AttrValueNotFound(attr='ipasudoopt', value='authenticate')
Traceback (most recent call last):
...
- AttrValueNotFound: ipasudoopt does not contain 'authenticate'.
+ AttrValueNotFound: ipasudoopt does not contain 'authenticate'
"""