File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -179,9 +179,9 @@ ServerProxy Objects
179179A :class: `ServerProxy ` instance has a method corresponding to each remote
180180procedure call accepted by the XML-RPC server. Calling the method performs an
181181RPC, dispatched by both name and argument signature (e.g. the same method name
182- can be overloaded with multiple argument signatures). The RPC finishes by
183- returning a value, which may be either returned data in a conformant type or a
184- :class: `Fault ` or :class: ` ProtocolError ` object indicating an error.
182+ can be overloaded with multiple argument signatures). The RPC finishes either
183+ by returning data in a conformant type or by raising a :class: ` Fault ` or
184+ :class: `ProtocolError ` exception indicating an error.
185185
186186Servers that support the XML introspection API support some common methods
187187grouped under the reserved :attr: `~ServerProxy.system ` attribute:
You can’t perform that action at this time.
0 commit comments