cmd-cgi.py: Typo in help message for the CGI `source' command.
[chopwood] / cmd-cgi.py
index b06ad6a..57de66c 100644 (file)
@@ -181,7 +181,7 @@ def cmd_source_cgi():
   AGPL.source(OUT)
 
 @CGI.subcommand('source', ['cgi-noauth'], """\
-Redirect to the source code tarball (so that it's correctly named.""")
+Redirect to the source code tarball (so that it's correctly named).""")
 def cmd_sourceredirect_cgi():
   CGI.redirect(CGI.action(TARBALL))