mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Fixed a bug where \& was needed.
This commit is contained in:
parent
8ee1a4bdeb
commit
21f37e1b88
1 changed files with 1 additions and 1 deletions
|
@ -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')}}{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue