diff options
author | Jason Gerard DeRose <jderose@redhat.com> | 2008-08-09 04:37:37 +0000 |
---|---|---|
committer | Jason Gerard DeRose <jderose@redhat.com> | 2008-08-09 04:37:37 +0000 |
commit | 409f688ef5ed453708df29913036593f7fa51e41 (patch) | |
tree | e7a5c3be7097b9f207a2123183e2c2a165a764d6 /ipalib/plugable.py | |
parent | 72f3132d2b98a44881ae7001d0001602a66bf8b5 (diff) | |
download | freeipa-409f688ef5ed453708df29913036593f7fa51e41.tar.gz freeipa-409f688ef5ed453708df29913036593f7fa51e41.tar.xz freeipa-409f688ef5ed453708df29913036593f7fa51e41.zip |
96: Fixed typo is ReadOnly docstring
Diffstat (limited to 'ipalib/plugable.py')
-rw-r--r-- | ipalib/plugable.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugable.py b/ipalib/plugable.py index 4ce4a9ba1..d85782705 100644 --- a/ipalib/plugable.py +++ b/ipalib/plugable.py @@ -45,7 +45,7 @@ class ReadOnly(object): class for security purposes. The point of this class is not to make it impossible to set or delete - attributes, but do make it impossible to accidentally do so. The plugins + attributes, but to make it impossible to accidentally do so. The plugins are not thread-safe: in the server, they are loaded once and the same instances will be used to process many requests. Therefore, it is imperative that they not set any instance attributes after they have |