Skip to content

Commit

Permalink
fix epydocs.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.fedorahosted.org/svn/suds/trunk@691 0b8c961e-115e-4cb0-8d11-a7d6dae58e8c
  • Loading branch information
jortel committed Aug 24, 2010
1 parent e22c5b9 commit d9ec1a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions suds/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def parsed(self, context):
"""
Suds has sax parsed the received reply.
Provides the plugin with the opportunity to inspect/modify
the sax parsed DOM tree for the reply.
the sax parsed DOM tree for the reply before it is unmarshalled.
@param context: The reply context.
The I{reply} is DOM tree.
@type context: L{MessageContext}
Expand All @@ -163,11 +163,11 @@ def parsed(self, context):

def unmarshalled(self, context):
"""
Suds has sax parsed the received reply.
Suds has unmarshalled the received reply.
Provides the plugin with the opportunity to inspect/modify
the unmarshalled reply.
the unmarshalled reply object before it is returned.
@param context: The reply context.
The I{reply} is DOM tree.
The I{reply} is unmarshalled suds object.
@type context: L{MessageContext}
"""
pass
Expand Down

0 comments on commit d9ec1a7

Please sign in to comment.