From 409f688ef5ed453708df29913036593f7fa51e41 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Sat, 9 Aug 2008 04:37:37 +0000 Subject: 96: Fixed typo is ReadOnly docstring --- ipalib/plugable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugable.py') 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 -- cgit