]> granicus.if.org Git - python/commitdiff
Correct the name of a parameter in the description of the register()
authorFred Drake <fdrake@acm.org>
Mon, 23 Oct 2000 15:41:13 +0000 (15:41 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 23 Oct 2000 15:41:13 +0000 (15:41 +0000)
function.

This closes bug #117467.

Doc/lib/libwebbrowser.tex

index b65d5f98f65e354ae650f77ee1e4b950692fcc59..725afa7cdeaa4ac785e0b88e95d05cecf96a5294 100644 (file)
@@ -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