We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af4759 commit 2dc1a64Copy full SHA for 2dc1a64
doc/design.txt
@@ -1485,8 +1485,8 @@ The security module defines::
1485
'rolename' is the name of the role to add permission to.
1486
'''
1487
1488
-Modules such as ``cgi_client.py`` and ``mailgw.py`` define their own
1489
-permissions like so (this example is ``cgi_client.py``)::
+Modules such as ``cgi/client.py`` and ``mailgw.py`` define their own
+permissions like so (this example is ``cgi/client.py``)::
1490
1491
def initialiseSecurity(security):
1492
''' Create some Permissions and Roles on the security object
0 commit comments