From: Fred Drake Date: Mon, 23 Oct 2000 15:41:13 +0000 (+0000) Subject: Correct the name of a parameter in the description of the register() X-Git-Tag: v2.1a1~846 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=246f65f2bb387e71a26ddbbdab9dfd50ab2ebcbe;p=thirdparty%2FPython%2Fcpython.git Correct the name of a parameter in the description of the register() function. This closes bug #117467. --- diff --git a/Doc/lib/libwebbrowser.tex b/Doc/lib/libwebbrowser.tex index b65d5f98f65e..725afa7cdeaa 100644 --- a/Doc/lib/libwebbrowser.tex +++ b/Doc/lib/libwebbrowser.tex @@ -42,7 +42,7 @@ The following functions are defined: Return a controller object for the browser type \var{name}. \end{funcdesc} -\begin{funcdesc}{register}{name, constructor\optional{, controller}} +\begin{funcdesc}{register}{name, constructor\optional{, instance}} Register the browser type \var{name}. Once a browser type is registered, the \function{get()} function can return a controller for that browser type. If \var{instance} is not provided, or is