SVN: r23987 - trunk/quixote

Neil Schemenauer <nascheme-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Wed, 14 Apr 2004 15:57:25 -0400
Newsgroups gmane.comp.web.quixote.cvs
Message-ID <[email protected]>
Author: nascheme
Date: 2004-04-14 15:57:25 -0400 (Wed, 14 Apr 2004)
New Revision: 23987

Modified:
   trunk/quixote/publish.py
Log:
Docstring fix.


Modified: trunk/quixote/publish.py
===================================================================
--- trunk/quixote/publish.py	2004-04-14 18:48:59 UTC (rev 23986)
+++ trunk/quixote/publish.py	2004-04-14 19:57:25 UTC (rev 23987)
@@ -630,11 +630,11 @@
 
 _slash_pat = re.compile("//*")
 
-def _traverse_url (root_namespace, path, request, fix_trailing_slash, 
+def _traverse_url (root_namespace, path, request, fix_trailing_slash,
                    namespace_stack):
     """traverse_url(root_namespace : any, path : string,
                     request : HTTPRequest, fix_trailing_slash : bool,
-                    namespace_stack : dict) -> (object : any)
+                    namespace_stack : list) -> (object : any)
 
     Perform traversal based on the provided path, starting at the root
     object.  It returns the script name and path info values for