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/filters.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'wsgitools/filters.py') diff --git a/wsgitools/filters.py b/wsgitools/filters.py index 2233431..759b20c 100644 --- a/wsgitools/filters.py +++ b/wsgitools/filters.py @@ -112,8 +112,9 @@ class WSGIFilterMiddleware: """This wsgi middleware can be used with specialized BaseWSGIFilters to modify wsgi requests and/or reponses.""" def __init__(self, app, filterclass): - """app is a wsgi application. - filterclass is a subclass of BaseWSGIFilter or some class that + """ + @param app: is a wsgi application. + @param filterclass: is a subclass of BaseWSGIFilter or some class that implements the interface.""" self.app = app self.filterclass = filterclass -- cgit v1.2.3