Code

minor doc change for new cgi
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 4 Sep 2002 04:30:36 +0000 (04:30 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 4 Sep 2002 04:30:36 +0000 (04:30 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1058 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/design.txt

index 2fd2ae9743d3c50183fe3b06d17760398d2caed5..1c7de7b144335cf4bd5739333372c7ad1f7e9aca 100644 (file)
@@ -1485,8 +1485,8 @@ The security module defines::
                 'rolename' is the name of the role to add permission to.
             '''
 
-Modules such as ``cgi_client.py`` and ``mailgw.py`` define their own
-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``)::
 
     def initialiseSecurity(security):
         ''' Create some Permissions and Roles on the security object