mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 15:40:01 -06:00
Fix typo in exception sample causing a doctest to fail
This commit is contained in:
parent
2c7f2e8fea
commit
9c50371652
@ -945,7 +945,7 @@ class HasNSAccountLock(ExecutionError):
|
||||
>>> raise HasNSAccountLock()
|
||||
Traceback (most recent call last):
|
||||
...
|
||||
HasNSAccountLock: This entry cannot be enableed or disabled
|
||||
HasNSAccountLock: This entry cannot be enabled or disabled
|
||||
|
||||
"""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user