Correct the name of a parameter in the description of the register()

function.

This closes bug #117467.
This commit is contained in:
Fred Drake 2000-10-23 15:41:13 +00:00
parent 0aaed272a7
commit 246f65f2bb
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ The following functions are defined:
Return a controller object for the browser type \var{name}. Return a controller object for the browser type \var{name}.
\end{funcdesc} \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 Register the browser type \var{name}. Once a browser type is
registered, the \function{get()} function can return a controller registered, the \function{get()} function can return a controller
for that browser type. If \var{instance} is not provided, or is for that browser type. If \var{instance} is not provided, or is