From 05136ba6a9ec63ea5cf8e5e84e118f92ea5b4339 Mon Sep 17 00:00:00 2001 From: ianb Date: Tue, 26 Jun 2007 17:28:28 +0000 Subject: docstring misformatting; added news link --- paste/httpserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'paste/httpserver.py') diff --git a/paste/httpserver.py b/paste/httpserver.py index 1df18cb..ec342e6 100755 --- a/paste/httpserver.py +++ b/paste/httpserver.py @@ -1143,7 +1143,7 @@ def serve(application, host=None, port=None, handler=None, ssl_pem=None, This an optional SSL certificate file (via OpenSSL). You can supply ``*`` and a development-only certificate will be created for you, or you can generate a self-signed test PEM - certificate file as follows: + certificate file as follows:: $ openssl genrsa 1024 > host.key $ chmod 400 host.key -- cgit v1.2.1