Changeset 1649

Show
Ignore:
Timestamp:
09/02/08 23:23:03 (3 months ago)
Author:
thijs
Message:

epydoc fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pyamf/trunk/pyamf/remoting/client/__init__.py

    r1648 r1649  
    156156        Returns the result of the called remote request. If the request has not 
    157157        yet been called, an exception is raised. 
    158  
    159         @raise AttributeError: L{RequestWrapper} object has no attribute 'result'. 
    160158        """ 
    161159        if not hasattr(self, '_result'):