diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-01-23 13:22:28 (GMT) |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-01-23 13:22:28 (GMT) |
commit | aeb5532ca07f4f2397d6761d5b039bd862d2ab3e (patch) | |
tree | e61b67aafe20757098976eba522e5aaebdcd1601 /Doc/lib | |
parent | f7f185116a8274b105edc1be64ffc9c8061c7f43 (diff) | |
download | cpython-aeb5532ca07f4f2397d6761d5b039bd862d2ab3e.zip cpython-aeb5532ca07f4f2397d6761d5b039bd862d2ab3e.tar.gz cpython-aeb5532ca07f4f2397d6761d5b039bd862d2ab3e.tar.bz2 |
Oops...finish a mangled sentence.
Diffstat (limited to 'Doc/lib')
-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 113bef3..25765e8 100644 --- a/Doc/lib/libwebbrowser.tex +++ b/Doc/lib/libwebbrowser.tex @@ -51,7 +51,7 @@ The following functions are defined: \begin{funcdesc}{get}{\optional{name}} Return a controller object for the browser type \var{name}. If \var{name} is empty, return a controller for a default browser - appriopriate + appropriate to the caller's environment. \end{funcdesc} \begin{funcdesc}{register}{name, constructor\optional{, instance}} |