Fix typo in exception sample causing a doctest to fail

This commit is contained in:
Rob Crittenden 2010-11-05 12:17:09 -04:00
parent 2c7f2e8fea
commit 9c50371652

View File

@ -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
"""