mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Correct the name of a parameter in the description of the register()
function. This closes bug #117467.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user