diff options
| author | Fred Drake <fdrake@acm.org> | 2000-10-23 15:41:13 (GMT) |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2000-10-23 15:41:13 (GMT) |
| commit | 246f65f2bb387e71a26ddbbdab9dfd50ab2ebcbe (patch) | |
| tree | fbbf0875058a4ec57c077eece09c2301db3db9d8 | |
| parent | 0aaed272a7e058c5cceb9f79495b575f0176a21f (diff) | |
| download | cpython-246f65f2bb387e71a26ddbbdab9dfd50ab2ebcbe.zip cpython-246f65f2bb387e71a26ddbbdab9dfd50ab2ebcbe.tar.gz cpython-246f65f2bb387e71a26ddbbdab9dfd50ab2ebcbe.tar.bz2 | |
Correct the name of a parameter in the description of the register()
function.
This closes bug #117467.
| -rw-r--r-- | Doc/lib/libwebbrowser.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libwebbrowser.tex b/Doc/lib/libwebbrowser.tex index b65d5f9..725afa7 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 |
