summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2001-01-25 00:38:15 (GMT)
committerBarry Warsaw <barry@python.org>2001-01-25 00:38:15 (GMT)
commit21f37e1b8824dcf91399d25a6746e2c8c93f239d (patch)
treef97ab385ddee83f31ea7b6818c588feb432c14de
parent8ee1a4bdebd58ee67495d55f109442305fc4c632 (diff)
downloadcpython-21f37e1b8824dcf91399d25a6746e2c8c93f239d.zip
cpython-21f37e1b8824dcf91399d25a6746e2c8c93f239d.tar.gz
cpython-21f37e1b8824dcf91399d25a6746e2c8c93f239d.tar.bz2
Fixed a bug where \& was needed.
-rw-r--r--Doc/lib/libwebbrowser.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libwebbrowser.tex b/Doc/lib/libwebbrowser.tex
index 58dd604..ad6e349 100644
--- a/Doc/lib/libwebbrowser.tex
+++ b/Doc/lib/libwebbrowser.tex
@@ -79,7 +79,7 @@ in this module.
\begin{tableiii}{l|l|c}{code}{Type Name}{Class Name}{Notes}
\lineiii{'mozilla'}{\class{Netscape('mozilla')}}{}
\lineiii{'netscape'}{\class{Netscape('netscape')}}{}
- \lineiii{'mosaic'}{\class{GenericBrowser('mosaic \%s &')}}{}
+ \lineiii{'mosaic'}{\class{GenericBrowser('mosaic \%s \&')}}{}
\lineiii{'kfm'}{\class{Konqueror()}}{(1)}
\lineiii{'grail'}{\class{Grail()}}{}
\lineiii{'links'}{\class{GenericBrowser('links \%s')}}{}