Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 42b567f

Browse files
committed
Fix a couple of markup errors.
1 parent a8b2e32 commit 42b567f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/lib/libsimplexmlrpc.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ \subsection{CGIXMLRPCRequestHandler}
102102

103103
\begin{methoddesc}{register_function}{function\optional{, name}}
104104
Register 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
106106
function, otherwise \var{function.__name__} will be used. \var{name}
107107
can be either a normal or Unicode string, and may contain
108108
characters not legal in Python identifiers, including the period
@@ -115,7 +115,7 @@ \subsection{CGIXMLRPCRequestHandler}
115115
instance contains a \method{_dispatch()} method, it is called with the
116116
requested method name and the parameters from the
117117
request; 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
119119
for an attribute matching the name of the requested method; if
120120
the requested method name contains periods, each
121121
component of the method name is searched for individually,
@@ -154,4 +154,4 @@ \subsection{CGIXMLRPCRequestHandler}
154154
handler.register_introspection_functions()
155155
handler.register_instance(MyFuncs())
156156
handler.handle_request()
157-
\end{verbatim}
157+
\end{verbatim}

0 commit comments

Comments
 (0)