Fix typo.

This commit is contained in:
Valentin Lorentz 2014-07-30 07:32:28 +00:00
parent b4d5036178
commit a69a0e975d

View File

@ -58,7 +58,7 @@ called by the handler.
Here is how to do it:: Here is how to do it::
class SupystoryServerCallback(httpserver.SupyHTTPServerCallback): class SupystoryServerCallback(httpserver.SupyHTTPServerCallback):
name = 'WebStats' name = 'Supystory'
Now, you have to register the callback, because the HTTP server does not know Now, you have to register the callback, because the HTTP server does not know
what subdirectory it should assign to your callback. Do it with adding a what subdirectory it should assign to your callback. Do it with adding a