diff mercurial/hgweb/server.py @ 17427:57c6c24b9bc4

improve some comments and docstrings, fixing issues found when spell checking
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 21 Aug 2012 02:41:20 +0200
parents e7cfe3587ea4
children c007e5c54b16
line wrap: on
line diff
--- a/mercurial/hgweb/server.py	Tue Aug 21 02:41:20 2012 +0200
+++ b/mercurial/hgweb/server.py	Tue Aug 21 02:41:20 2012 +0200
@@ -12,7 +12,7 @@
 from mercurial.i18n import _
 
 def _splitURI(uri):
-    """ Return path and query split from uri
+    """Return path and query that has been split from uri
 
     Just like CGI environment, the path is unquoted, the query is
     not.