From da7964ce7cbdc0e28c4558caabcf36d384253ed1 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Thu, 28 Feb 2008 14:03:55 +0100 Subject: refactored docstrings for epydoc --- wsgitools/adapters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wsgitools/adapters.py') diff --git a/wsgitools/adapters.py b/wsgitools/adapters.py index f575295..37e16b8 100644 --- a/wsgitools/adapters.py +++ b/wsgitools/adapters.py @@ -25,7 +25,7 @@ class WSGI1to2Adapter: """Adapts a WSGI 1.0 application to something that might somewhen be the WSGI 2.0 interface.""" def __init__(self, app): - """app is a WSGI 1.0 application""" + """@param app: is a WSGI 1.0 application""" self.app = app def __call__(self, environ): """some interface that might somewhen be known as WSGI 2.0""" -- cgit v1.2.3