mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
96: Fixed typo is ReadOnly docstring
This commit is contained in:
parent
72f3132d2b
commit
409f688ef5
@ -45,7 +45,7 @@ class ReadOnly(object):
|
|||||||
class for security purposes.
|
class for security purposes.
|
||||||
|
|
||||||
The point of this class is not to make it impossible to set or delete
|
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
|
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
|
instances will be used to process many requests. Therefore, it is
|
||||||
imperative that they not set any instance attributes after they have
|
imperative that they not set any instance attributes after they have
|
||||||
|
Loading…
Reference in New Issue
Block a user