diff options
Diffstat (limited to 'Doc/library/bastion.rst')
-rw-r--r-- | Doc/library/bastion.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/library/bastion.rst b/Doc/library/bastion.rst index 3ab71d8..ac529af 100644 --- a/Doc/library/bastion.rst +++ b/Doc/library/bastion.rst @@ -22,11 +22,11 @@ object. It must always be used with the :mod:`rexec` module, in order to allow restricted-mode programs access to certain safe attributes of an object, while denying access to other, unsafe attributes. -.. % I'm concerned that the word 'bastion' won't be understood by people -.. % for whom English is a second language, making the module name -.. % somewhat mysterious. Thus, the brief definition... --amk +.. I'm concerned that the word 'bastion' won't be understood by people +.. for whom English is a second language, making the module name +.. somewhat mysterious. Thus, the brief definition... --amk -.. % I've punted on the issue of documenting keyword arguments for now. +.. I've punted on the issue of documenting keyword arguments for now. .. function:: Bastion(object[, filter[, name[, class]]]) |