diff --git a/develop/httpserver.rst b/develop/httpserver.rst index 4096cb4..24a64eb 100644 --- a/develop/httpserver.rst +++ b/develop/httpserver.rst @@ -58,7 +58,7 @@ called by the handler. Here is how to do it:: class SupystoryServerCallback(httpserver.SupyHTTPServerCallback): - name = 'WebStats' + name = 'Supystory' 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