From 698bd216d4ebd575f7d6fe9c2061cc39cb67fcbc Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 6 Sep 2008 22:47:23 +0400 Subject: [PATCH] fixed a typo... --- pli/pattern/proxy/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pli/pattern/proxy/utils.py b/pli/pattern/proxy/utils.py index e84894a..e379b83 100755 --- a/pli/pattern/proxy/utils.py +++ b/pli/pattern/proxy/utils.py @@ -1,7 +1,7 @@ #======================================================================= __version__ = '''0.0.09''' -__sub_version__ = '''20080906224521''' +__sub_version__ = '''20080906224637''' __copyright__ = '''(c) Alex A. Naanou 2003''' @@ -55,7 +55,7 @@ def superproxymethod(methodname, source_attr, class_name, exceptions=Exception, ''' create a proxy to the method name in the containing namespace. - this constructed proxy will attempt to call an existing method, and + the constructed proxy will attempt to call an existing method, and in case it fails with exceptions, it will call the alternative from the source_attr. -- 2.11.4.GIT