]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed a bug where \& was needed.
authorBarry Warsaw <barry@python.org>
Thu, 25 Jan 2001 00:38:15 +0000 (00:38 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 25 Jan 2001 00:38:15 +0000 (00:38 +0000)
Doc/lib/libwebbrowser.tex

index 58dd604015003c20bf39ac772012dfa525a2c288..ad6e349a1d9580432e58b6cc8d11a114cfa94794 100644 (file)
@@ -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')}}{}