From c70c74a46e90cea2e740acfcce19f143073dc702 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 23 Jun 2010 14:28:09 +0000 Subject: whitespace --- docs/narr/hooks.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst index a546f8e4b..a16849dcb 100644 --- a/docs/narr/hooks.rst +++ b/docs/narr/hooks.rst @@ -370,16 +370,16 @@ follows: class registerFunction(object): - def __init__(self,path): + def __init__(self, path): self.path = path - def register(self,scanner,name,wrapped): + def register(self, scanner, name, wrapped): registry = get_current_registry() registry.getUtility(IMyUtility).register( self.path, wrapped ) - def __call__(self,wrapped): + def __call__(self, wrapped): venusian.attach(wrapped, self.register) return wrapped -- cgit v1.2.3