diff options
author | Fred Drake <fdrake@acm.org> | 2000-06-15 22:41:48 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-06-15 22:41:48 (GMT) |
commit | c3fd45fe8057ae16b07f83c63757ba625718a4ac (patch) | |
tree | 04847c8d4817ff37fb83576a84c867df90932d16 /Doc | |
parent | e57a11441ec3e901acf7b422e8b7ff731876f0ba (diff) | |
download | cpython-c3fd45fe8057ae16b07f83c63757ba625718a4ac.zip cpython-c3fd45fe8057ae16b07f83c63757ba625718a4ac.tar.gz cpython-c3fd45fe8057ae16b07f83c63757ba625718a4ac.tar.bz2 |
do_cmd_textasciitilde(): New function.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/perl/python.perl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index 6dfa018..8606ece 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -52,6 +52,11 @@ sub do_cmd_let{ } +# the older version of LaTeX2HTML we use doesn't support this, but we use it: + +sub do_cmd_textasciitilde{ '~' . @_[0]; } + + # words typeset in a special way (not in HTML though) sub do_cmd_ABC{ 'ABC' . @_[0]; } |