@@ -102,7 +102,7 @@ \subsection{CGIXMLRPCRequestHandler}
102102
103103\begin {methoddesc }{register_function}{function\optional {, name}}
104104Register a function that can respond to XML-RPC requests. If
105- \var {name] is given, it will be the method name associated with
105+ \var {name} is given, it will be the method name associated with
106106function, otherwise \var {function.__name__} will be used. \var {name}
107107can be either a normal or Unicode string, and may contain
108108characters not legal in Python identifiers, including the period
@@ -115,7 +115,7 @@ \subsection{CGIXMLRPCRequestHandler}
115115instance contains a \method {_dispatch()} method, it is called with the
116116requested method name and the parameters from the
117117request; the return value is returned to the client as the result.
118- If instance does not have a \methode {_dispatch()} method, it is searched
118+ If instance does not have a \method {_dispatch()} method, it is searched
119119for an attribute matching the name of the requested method; if
120120the requested method name contains periods, each
121121component of the method name is searched for individually,
@@ -154,4 +154,4 @@ \subsection{CGIXMLRPCRequestHandler}
154154handler.register_introspection_functions()
155155handler.register_instance(MyFuncs())
156156handler.handle_request()
157- \end {verbatim }
157+ \end {verbatim }
0 commit comments