Skip to content

Commit 2dc1a64

Browse files
author
Richard Jones
committed
minor doc change for new cgi
1 parent 3af4759 commit 2dc1a64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/design.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1485,8 +1485,8 @@ The security module defines::
14851485
'rolename' is the name of the role to add permission to.
14861486
'''
14871487

1488-
Modules such as ``cgi_client.py`` and ``mailgw.py`` define their own
1489-
permissions like so (this example is ``cgi_client.py``)::
1488+
Modules such as ``cgi/client.py`` and ``mailgw.py`` define their own
1489+
permissions like so (this example is ``cgi/client.py``)::
14901490

14911491
def initialiseSecurity(security):
14921492
''' Create some Permissions and Roles on the security object

0 commit comments

Comments
 (0)